#B2BBCB

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

Shades of Spindle #B2BBCB

Tints of Spindle #B2BBCB

Color information

#B2BBCB (or 0xB2BBCB) is unknown color: approx Spindle. HEX triplet: B2, BB and CB. RGB value is (178,187,203). Sum of RGB (Red+Green+Blue) = 178+187+203=568 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.34% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 203 - color contains mainly: blue. Hex color #B2BBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BBCB is #4D4434. Grayscale: #BABABA. Windows color (decimal): -5063733 or 13351858. OLE color: 13351858.

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

Color convert

RGB178187203-
CMYK0.120.0800.20
HSL218.4º19.38%74.71%-
HSV(B)218.4º12.32%79.61%-
XYZ46.9149.3263.55-
YUV186.13137.52122.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.34%
GREEN value IS 187 (73.44% from 255) = 32.92%
BLUE value IS 203 (79.69% from 255) = 35.74%
R=31.34%
G=32.92%
B=35.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1781872030.120.0800.20218.419.3874.71
HexB2BBCBC8014da134b
Octal262273313141002433223113
Binary1011001010111011110010111100100001010011011010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BBCB; }

 p { color: rgb(178,187,203); }

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

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

 a { background-color: rgb(178,187,203); }

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

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

 span { border-color: rgb(178,187,203); }

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