#BBCFDA

Color #BBCFDA Spindle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spindle #BBCFDA

Tints of Spindle #BBCFDA

Color information

#BBCFDA (or 0xBBCFDA) is unknown color: approx Spindle. HEX triplet: BB, CF and DA. RGB value is (187,207,218). Sum of RGB (Red+Green+Blue) = 187+207+218=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBCFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFDA is #443025. Grayscale: #CACACA. Windows color (decimal): -4468774 or 14340027. OLE color: 14340027.

HSL color Cylindrical-coordinate representation of color #BBCFDA: hue angle of 201.29º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBCFDA is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187207218-
CMYK0.140.0500.15
HSL201.29º29.52%79.41%-
HSV(B)201.29º14.22%85.49%-
XYZ55.4660.2575.04-
YUV202.27136.87117.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 30.56%
GREEN value IS 207 (81.25% from 255) = 33.82%
BLUE value IS 218 (85.55% from 255) = 35.62%
R=30.56%
G=33.82%
B=35.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872072180.140.0500.15201.2929.5279.41
HexBBCFDAE50Fc91e4f
Octal27331733216501731136117
Binary10111011110011111101101011101010111111001001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFDA; }

 p { color: rgb(187,207,218); }

 H1.HeaderClassName
 {
   color: #BBCFDA;
 }
 .AnyTagClassName
 {
   color: #BBCFDA;
 }
</style>
background-color css

<style>
 a { background-color: #BBCFDA; }

 a { background-color: rgb(187,207,218); }

 div.DivClassName
 {
   background-color: #BBCFDA;
 }
 .BgClassName
 {
   background-color: #BBCFDA;
 }
</style>
border-color css

<style>
 span { border-color: #BBCFDA; }

 span { border-color: rgb(187,207,218); }

 td.TdClassName
 {
   border-color: #BBCFDA;
 }
 .TagClassName
 {
   border-color: #BBCFDA;
 }
</style>