Color Hex Logo

#bccfff Color Hex

#BCCFFF
(188,207,255)
0 Favorites   0 Comments

Color spaces of #bccfff

RGB 188207255
HSL0.621.000.87
HSV223°26°100°
CMYK 0.260.190.00   0.00
XYZ61.101962.5370103.4582
Yxy62.53700.26910.2754
Hunter Lab79.0803-0.4715-22.2109
CIE-Lab83.19823.9495-25.5904

#bccfff color RGB value is (188,207,255).

#bccfff hex color red value is 188, green value is 207 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bccfff hue: 0.62 , saturation: 1.00 and the lightness value of bccfff is 0.87.

The process color (four color CMYK) of #bccfff color hex is 0.26, 0.19, 0.00, 0.00. Web safe color of #bccfff is #ccccff. Color #bccfff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001111 11111111
Octal 274 317 377
Decimal 188 207 255
Hex BC CF FF

RGB Percentages of Color #bccfff

%28.92
%31.85
%39.23

CMYK Percentages of Color #bccfff

%26
%19
%0
%0

Triadic Colors of #bccfff

#bccfff #ffbccf #cfffbc

Analogous Colors of #bccfff

#bccfff #cbbcff #bcf1ff

Monochromatic Colors of #bccfff

#bccfff

Complementary Color

#bccfff #ffecbc

#bccfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccfff Color CSS Codes

.mybgcolor {background-color:#bccfff; } 
.myforecolor {color:#bccfff; }
.mybordercolor {border:3px solid #bccfff; }

#bccfff Text Font Color

<p style="color:#bccfff">Text here</p>

This sample text font color is #bccfff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bccfff Background Color

<div style="background-color:#bccfff">
Div content here</div>

This div background color is #bccfff


#bccfff Border Color

<div style="border:3px solid #bccfff">
Div here</div>

This div border color is #bccfff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,207,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bccfff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bccfff;
  -webkit-box-shadow: 1px 1px 3px 2px #bccfff;
  box-shadow:         1px 1px 3px 2px #bccfff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,207,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bccfff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bccfff;
  -webkit-box-shadow: 1px 1px 3px 2px #bccfff;
  box-shadow:         1px 1px 3px 2px #bccfff;">
Div content here</div>

This div box has shadow with color #bccfff


Comments

No comments written yet.

Please login to write comment.