#BBC0C7

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

Shades of Spindle #BBC0C7

Tints of Spindle #BBC0C7

Color information

#BBC0C7 (or 0xBBC0C7) is unknown color: approx Spindle. HEX triplet: BB, C0 and C7. RGB value is (187,192,199). Sum of RGB (Red+Green+Blue) = 187+192+199=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 192 (75.39% from 255 or 33.22% from 578); Blue value is 199 (78.12% from 255 or 34.43% from 578); Max value from RGB is 199 - color contains mainly: blue. Hex color #BBC0C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0C7 is #443F38. Grayscale: #BFBFBF. Windows color (decimal): -4472633 or 13091003. OLE color: 13091003.

HSL color Cylindrical-coordinate representation of color #BBC0C7: hue angle of 215º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBC0C7 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB187192199-
CMYK0.060.0400.22
HSL215º9.68%75.69%-
HSV(B)215º6.03%78.04%-
XYZ49.6552.3961.53-
YUV191.3132.34124.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.35%
GREEN value IS 192 (75.39% from 255) = 33.22%
BLUE value IS 199 (78.12% from 255) = 34.43%
R=32.35%
G=33.22%
B=34.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871921990.060.0400.222159.6875.69
HexBBC0C764016d7a4c
Octal2733003076402632712114
Binary1011101111000000110001111101000101101101011110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC0C7; }

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

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

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

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

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

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

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

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