#BBC6D4

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

Shades of Spindle #BBC6D4

Tints of Spindle #BBC6D4

Color information

#BBC6D4 (or 0xBBC6D4) is unknown color: approx Spindle. HEX triplet: BB, C6 and D4. RGB value is (187,198,212). Sum of RGB (Red+Green+Blue) = 187+198+212=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 198 (77.73% from 255 or 33.17% from 597); Blue value is 212 (83.20% from 255 or 35.51% from 597); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBC6D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC6D4 is #44392B. Grayscale: #C4C4C4. Windows color (decimal): -4471084 or 13944507. OLE color: 13944507.

HSL color Cylindrical-coordinate representation of color #BBC6D4: hue angle of 213.6º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBC6D4 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB187198212-
CMYK0.120.0700.17
HSL213.6º22.52%78.24%-
HSV(B)213.6º11.79%83.14%-
XYZ52.5755.7170.27-
YUV196.31136.86121.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.32%
GREEN value IS 198 (77.73% from 255) = 33.17%
BLUE value IS 212 (83.20% from 255) = 35.51%
R=31.32%
G=33.17%
B=35.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1871982120.120.0700.17213.622.5278.24
HexBBC6D4C7011d6174e
Octal27330632414702132627116
Binary101110111100011011010100110011101000111010110101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC6D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC6D4; }

 p { color: rgb(187,198,212); }

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

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

 a { background-color: rgb(187,198,212); }

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

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

 span { border-color: rgb(187,198,212); }

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