#BBC7D5

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

Shades of Spindle #BBC7D5

Tints of Spindle #BBC7D5

Color information

#BBC7D5 (or 0xBBC7D5) is unknown color: approx Spindle. HEX triplet: BB, C7 and D5. RGB value is (187,199,213). Sum of RGB (Red+Green+Blue) = 187+199+213=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 199 (78.12% from 255 or 33.22% from 599); Blue value is 213 (83.59% from 255 or 35.56% from 599); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBC7D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC7D5 is #44382A. Grayscale: #C4C4C4. Windows color (decimal): -4470827 or 14010299. OLE color: 14010299.

HSL color Cylindrical-coordinate representation of color #BBC7D5: hue angle of 212.31º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBC7D5 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187199213-
CMYK0.120.0700.16
HSL212.31º23.64%78.43%-
HSV(B)212.31º12.21%83.53%-
XYZ52.9356.2271.01-
YUV197.01137.02120.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.22%
GREEN value IS 199 (78.12% from 255) = 33.22%
BLUE value IS 213 (83.59% from 255) = 35.56%
R=31.22%
G=33.22%
B=35.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871992130.120.0700.16212.3123.6478.43
HexBBC7D5C7010d4184e
Octal27330732514702032430116
Binary101110111100011111010101110011101000011010100110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC7D5; }

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

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

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

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

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

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

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

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