#BBC5CD

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

Shades of Spindle #BBC5CD

Tints of Spindle #BBC5CD

Color information

#BBC5CD (or 0xBBC5CD) is unknown color: approx Spindle. HEX triplet: BB, C5 and CD. RGB value is (187,197,205). Sum of RGB (Red+Green+Blue) = 187+197+205=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 197 (77.34% from 255 or 33.45% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBC5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC5CD is #443A32. Grayscale: #C2C2C2. Windows color (decimal): -4471347 or 13485499. OLE color: 13485499.

HSL color Cylindrical-coordinate representation of color #BBC5CD: hue angle of 206.67º 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 #BBC5CD is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187197205-
CMYK0.090.0400.20
HSL206.67º15.25%76.86%-
HSV(B)206.67º8.78%80.39%-
XYZ51.4854.9165.64-
YUV194.92133.69122.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.75%
GREEN value IS 197 (77.34% from 255) = 33.45%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=31.75%
G=33.45%
B=34.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871972050.090.0400.20206.6715.2576.86
HexBBC5CD94014cff4d
Octal27330531511402431717115
Binary10111011110001011100110110011000101001100111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC5CD; }

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

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

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

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

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

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

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

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