#BBC5D1

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

Shades of Spindle #BBC5D1

Tints of Spindle #BBC5D1

Color information

#BBC5D1 (or 0xBBC5D1) is unknown color: approx Spindle. HEX triplet: BB, C5 and D1. RGB value is (187,197,209). Sum of RGB (Red+Green+Blue) = 187+197+209=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 197 (77.34% from 255 or 33.22% from 593); Blue value is 209 (82.03% from 255 or 35.24% from 593); Max value from RGB is 209 - color contains mainly: blue. Hex color #BBC5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC5D1 is #443A2E. Grayscale: #C3C3C3. Windows color (decimal): -4471343 or 13747643. OLE color: 13747643.

HSL color Cylindrical-coordinate representation of color #BBC5D1: hue angle of 212.73º degrees, saturation: 0.19, 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 #BBC5D1 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187197209-
CMYK0.110.0600.18
HSL212.73º19.3%77.65%-
HSV(B)212.73º10.53%81.96%-
XYZ51.9755.168.22-
YUV195.38135.69122.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.53%
GREEN value IS 197 (77.34% from 255) = 33.22%
BLUE value IS 209 (82.03% from 255) = 35.24%
R=31.53%
G=33.22%
B=35.24%

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
Decimal1871972090.110.0600.18212.7319.377.65
HexBBC5D1B6012d5134e
Octal27330532113602232523116
Binary101110111100010111010001101111001001011010101100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC5D1; }

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

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

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

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

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

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

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

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