#BBCFDE

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

Shades of Spindle #BBCFDE

Tints of Spindle #BBCFDE

Color information

#BBCFDE (or 0xBBCFDE) is unknown color: approx Spindle. HEX triplet: BB, CF and DE. RGB value is (187,207,222). Sum of RGB (Red+Green+Blue) = 187+207+222=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 207 (81.25% from 255 or 33.60% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBCFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFDE is #443021. Grayscale: #CACACA. Windows color (decimal): -4468770 or 14602171. OLE color: 14602171.

HSL color Cylindrical-coordinate representation of color #BBCFDE: hue angle of 205.71º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBCFDE is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187207222-
CMYK0.160.0700.13
HSL205.71º34.65%80.2%-
HSV(B)205.71º15.77%87.06%-
XYZ55.9960.4677.83-
YUV202.73138.87116.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.36%
GREEN value IS 207 (81.25% from 255) = 33.60%
BLUE value IS 222 (87.11% from 255) = 36.04%
R=30.36%
G=33.60%
B=36.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872072220.160.0700.13205.7134.6580.2
HexBBCFDE1070Dce2350
Octal27331733620701531643120
Binary1011101111001111110111101000011101101110011101000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFDE; }

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

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

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

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

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

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

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

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