#B0BBCC

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

Shades of Spindle #B0BBCC

Tints of Spindle #B0BBCC

Color information

#B0BBCC (or 0xB0BBCC) is unknown color: approx Spindle. HEX triplet: B0, BB and CC. RGB value is (176,187,204). Sum of RGB (Red+Green+Blue) = 176+187+204=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 204 - color contains mainly: blue. Hex color #B0BBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBCC is #4F4433. Grayscale: #B9B9B9. Windows color (decimal): -5194804 or 13417392. OLE color: 13417392.

HSL color Cylindrical-coordinate representation of color #B0BBCC: hue angle of 216.43º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0BBCC is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB176187204-
CMYK0.140.0800.2
HSL216.43º21.54%74.51%-
HSV(B)216.43º13.73%80%-
XYZ46.5749.1364.16-
YUV185.65138.36121.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.04%
GREEN value IS 187 (73.44% from 255) = 32.98%
BLUE value IS 204 (80.08% from 255) = 35.98%
R=31.04%
G=32.98%
B=35.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1761872040.140.0800.2216.4321.5474.51
HexB0BBCCE8014d8164b
Octal260273314161002433026113
Binary1011000010111011110011001110100001010011011000101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BBCC; }

 p { color: rgb(176,187,204); }

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

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

 a { background-color: rgb(176,187,204); }

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

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

 span { border-color: rgb(176,187,204); }

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