#BBC6D2

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

Shades of Spindle #BBC6D2

Tints of Spindle #BBC6D2

Color information

#BBC6D2 (or 0xBBC6D2) is unknown color: approx Spindle. HEX triplet: BB, C6 and D2. RGB value is (187,198,210). Sum of RGB (Red+Green+Blue) = 187+198+210=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 198 (77.73% from 255 or 33.28% from 595); Blue value is 210 (82.42% from 255 or 35.29% from 595); Max value from RGB is 210 - color contains mainly: blue. Hex color #BBC6D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC6D2 is #44392D. Grayscale: #C4C4C4. Windows color (decimal): -4471086 or 13813435. OLE color: 13813435.

HSL color Cylindrical-coordinate representation of color #BBC6D2: hue angle of 211.3º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBC6D2 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187198210-
CMYK0.110.0600.18
HSL211.3º20.35%77.84%-
HSV(B)211.3º10.95%82.35%-
XYZ52.3255.6168.95-
YUV196.08135.86121.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.43%
GREEN value IS 198 (77.73% from 255) = 33.28%
BLUE value IS 210 (82.42% from 255) = 35.29%
R=31.43%
G=33.28%
B=35.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871982100.110.0600.18211.320.3577.84
HexBBC6D2B6012d3144e
Octal27330632213602232324116
Binary101110111100011011010010101111001001011010011101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC6D2; }

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

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

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

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

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

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

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

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