#BBC4D0

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

Shades of Spindle #BBC4D0

Tints of Spindle #BBC4D0

Color information

#BBC4D0 (or 0xBBC4D0) is unknown color: approx Spindle. HEX triplet: BB, C4 and D0. RGB value is (187,196,208). Sum of RGB (Red+Green+Blue) = 187+196+208=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBC4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC4D0 is #443B2F. Grayscale: #C2C2C2. Windows color (decimal): -4471600 or 13681851. OLE color: 13681851.

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

Color convert

RGB187196208-
CMYK0.100.0600.18
HSL214.29º18.26%77.45%-
HSV(B)214.29º10.1%81.57%-
XYZ51.6254.667.49-
YUV194.68135.52122.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.64%
GREEN value IS 196 (76.95% from 255) = 33.16%
BLUE value IS 208 (81.64% from 255) = 35.19%
R=31.64%
G=33.16%
B=35.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871962080.100.0600.18214.2918.2677.45
HexBBC4D0A6012d6124d
Octal27330432012602232622115
Binary101110111100010011010000101011001001011010110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC4D0; }

 p { color: rgb(187,196,208); }

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

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

 a { background-color: rgb(187,196,208); }

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

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

 span { border-color: rgb(187,196,208); }

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