#BBC4D1

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

Shades of Spindle #BBC4D1

Tints of Spindle #BBC4D1

Color information

#BBC4D1 (or 0xBBC4D1) is unknown color: approx Spindle. HEX triplet: BB, C4 and D1. RGB value is (187,196,209). Sum of RGB (Red+Green+Blue) = 187+196+209=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 196 (76.95% from 255 or 33.11% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 209 - color contains mainly: blue. Hex color #BBC4D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC4D1 is #443B2E. Grayscale: #C2C2C2. Windows color (decimal): -4471599 or 13747387. OLE color: 13747387.

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

Color convert

RGB187196209-
CMYK0.110.0600.18
HSL215.45º19.3%77.65%-
HSV(B)215.45º10.53%81.96%-
XYZ51.7454.6568.14-
YUV194.79136.02122.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.59%
GREEN value IS 196 (76.95% from 255) = 33.11%
BLUE value IS 209 (82.03% from 255) = 35.30%
R=31.59%
G=33.11%
B=35.30%

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
Decimal1871962090.110.0600.18215.4519.377.65
HexBBC4D1B6012d7134e
Octal27330432113602232723116
Binary101110111100010011010001101111001001011010111100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC4D1; }

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

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

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

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

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

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

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

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