#BBC6D1

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

Shades of Spindle #BBC6D1

Tints of Spindle #BBC6D1

Color information

#BBC6D1 (or 0xBBC6D1) is unknown color: approx Spindle. HEX triplet: BB, C6 and D1. RGB value is (187,198,209). Sum of RGB (Red+Green+Blue) = 187+198+209=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 198 (77.73% from 255 or 33.33% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 209 - color contains mainly: blue. Hex color #BBC6D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC6D1 is #44392E. Grayscale: #C3C3C3. Windows color (decimal): -4471087 or 13747899. OLE color: 13747899.

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

Color convert

RGB187198209-
CMYK0.110.0500.18
HSL210º19.3%77.65%-
HSV(B)210º10.53%81.96%-
XYZ52.255.5668.29-
YUV195.96135.36121.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.48%
GREEN value IS 198 (77.73% from 255) = 33.33%
BLUE value IS 209 (82.03% from 255) = 35.19%
R=31.48%
G=33.33%
B=35.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871982090.110.0500.1821019.377.65
HexBBC6D1B5012d2134e
Octal27330632113502232223116
Binary101110111100011011010001101110101001011010010100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC6D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC6D1; }

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

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

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

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

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

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

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

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