#BBC7D4

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

Shades of Spindle #BBC7D4

Tints of Spindle #BBC7D4

Color information

#BBC7D4 (or 0xBBC7D4) is unknown color: approx Spindle. HEX triplet: BB, C7 and D4. RGB value is (187,199,212). Sum of RGB (Red+Green+Blue) = 187+199+212=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 199 (78.12% from 255 or 33.28% from 598); Blue value is 212 (83.20% from 255 or 35.45% from 598); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBC7D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC7D4 is #44382B. Grayscale: #C4C4C4. Windows color (decimal): -4470828 or 13944763. OLE color: 13944763.

HSL color Cylindrical-coordinate representation of color #BBC7D4: hue angle of 211.2º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBC7D4 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB187199212-
CMYK0.120.0600.17
HSL211.2º22.52%78.24%-
HSV(B)211.2º11.79%83.14%-
XYZ52.856.1770.35-
YUV196.89136.52120.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.27%
GREEN value IS 199 (78.12% from 255) = 33.28%
BLUE value IS 212 (83.20% from 255) = 35.45%
R=31.27%
G=33.28%
B=35.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1871992120.120.0600.17211.222.5278.24
HexBBC7D4C6011d3174e
Octal27330732414602132327116
Binary101110111100011111010100110011001000111010011101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC7D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC7D4; }

 p { color: rgb(187,199,212); }

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

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

 a { background-color: rgb(187,199,212); }

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

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

 span { border-color: rgb(187,199,212); }

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