#BBC7DA

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

Shades of Spindle #BBC7DA

Tints of Spindle #BBC7DA

Color information

#BBC7DA (or 0xBBC7DA) is unknown color: approx Spindle. HEX triplet: BB, C7 and DA. RGB value is (187,199,218). Sum of RGB (Red+Green+Blue) = 187+199+218=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 199 (78.12% from 255 or 32.95% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBC7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC7DA is #443825. Grayscale: #C5C5C5. Windows color (decimal): -4470822 or 14337979. OLE color: 14337979.

HSL color Cylindrical-coordinate representation of color #BBC7DA: hue angle of 216.77º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBC7DA is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187199218-
CMYK0.140.0900.15
HSL216.77º29.52%79.41%-
HSV(B)216.77º14.22%85.49%-
XYZ53.5756.4774.41-
YUV197.58139.52120.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.96%
GREEN value IS 199 (78.12% from 255) = 32.95%
BLUE value IS 218 (85.55% from 255) = 36.09%
R=30.96%
G=32.95%
B=36.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871992180.140.0900.15216.7729.5279.41
HexBBC7DAE90Fd91e4f
Octal273307332161101733136117
Binary101110111100011111011010111010010111111011001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC7DA; }

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

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

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

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

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

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

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

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