#BBC6CD

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

Shades of Spindle #BBC6CD

Tints of Spindle #BBC6CD

Color information

#BBC6CD (or 0xBBC6CD) is unknown color: approx Spindle. HEX triplet: BB, C6 and CD. RGB value is (187,198,205). Sum of RGB (Red+Green+Blue) = 187+198+205=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 198 (77.73% from 255 or 33.56% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBC6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC6CD is #443932. Grayscale: #C3C3C3. Windows color (decimal): -4471091 or 13485755. OLE color: 13485755.

HSL color Cylindrical-coordinate representation of color #BBC6CD: hue angle of 203.33º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBC6CD is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187198205-
CMYK0.090.0300.20
HSL203.33º15.25%76.86%-
HSV(B)203.33º8.78%80.39%-
XYZ51.7155.3665.72-
YUV195.51133.36121.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.69%
GREEN value IS 198 (77.73% from 255) = 33.56%
BLUE value IS 205 (80.47% from 255) = 34.75%
R=31.69%
G=33.56%
B=34.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871982050.090.0300.20203.3315.2576.86
HexBBC6CD93014cbf4d
Octal27330631511302431317115
Binary1011101111000110110011011001110101001100101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC6CD; }

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

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

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

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

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

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

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

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