Color Hex Logo

#bbcffa Color Hex

#BBCFFA
(187,207,250)
0 Favorites   0 Comments

Color spaces of #bbcffa

RGB 187207250
HSL0.610.860.86
HSV221°25°98°
CMYK 0.250.170.00   0.02
XYZ60.061762.092699.2620
Yxy62.09260.27130.2804
Hunter Lab78.7989-1.8426-19.5277
CIE-Lab82.96262.5019-23.3015

#bbcffa color RGB value is (187,207,250).

#bbcffa hex color red value is 187, green value is 207 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bbcffa hue: 0.61 , saturation: 0.86 and the lightness value of bbcffa is 0.86.

The process color (four color CMYK) of #bbcffa color hex is 0.25, 0.17, 0.00, 0.02. Web safe color of #bbcffa is #ccccff. Color #bbcffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001111 11111010
Octal 273 317 372
Decimal 187 207 250
Hex BB CF FA

RGB Percentages of Color #bbcffa

%29.04
%32.14
%38.82

CMYK Percentages of Color #bbcffa

%25
%17
%0
%2

Triadic Colors of #bbcffa

#bbcffa #fabbcf #cffabb

Analogous Colors of #bbcffa

#bbcffa #c7bbfa #bbeffa

Monochromatic Colors of #bbcffa

#bbcffa

Complementary Color

#bbcffa #fae6bb

#bbcffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcffa Color CSS Codes

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

#bbcffa Text Font Color

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

This sample text font color is #bbcffa
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.


#bbcffa Background Color

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

This div background color is #bbcffa


#bbcffa Border Color

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

This div border color is #bbcffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcffa


Comments

No comments written yet.

Please login to write comment.