#BBC1CD

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

Shades of Spindle #BBC1CD

Tints of Spindle #BBC1CD

Color information

#BBC1CD (or 0xBBC1CD) is unknown color: approx Spindle. HEX triplet: BB, C1 and CD. RGB value is (187,193,205). Sum of RGB (Red+Green+Blue) = 187+193+205=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBC1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1CD is #443E32. Grayscale: #C0C0C0. Windows color (decimal): -4472371 or 13484475. OLE color: 13484475.

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

Color convert

RGB187193205-
CMYK0.090.0600.20
HSL220º15.25%76.86%-
HSV(B)220º8.78%80.39%-
XYZ50.5853.1165.34-
YUV192.57135.01124.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.97%
GREEN value IS 193 (75.78% from 255) = 32.99%
BLUE value IS 205 (80.47% from 255) = 35.04%
R=31.97%
G=32.99%
B=35.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871932050.090.0600.2022015.2576.86
HexBBC1CD96014dcf4d
Octal27330131511602433417115
Binary10111011110000011100110110011100101001101110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC1CD; }

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

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

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

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

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

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

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

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