#B2BCCE

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

Shades of Spindle #B2BCCE

Tints of Spindle #B2BCCE

Color information

#B2BCCE (or 0xB2BCCE) is unknown color: approx Spindle. HEX triplet: B2, BC and CE. RGB value is (178,188,206). Sum of RGB (Red+Green+Blue) = 178+188+206=572 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.12% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 206 - color contains mainly: blue. Hex color #B2BCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BCCE is #4D4331. Grayscale: #BABABA. Windows color (decimal): -5063474 or 13548722. OLE color: 13548722.

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

Color convert

RGB178188206-
CMYK0.140.0900.19
HSL218.57º22.22%75.29%-
HSV(B)218.57º13.59%80.78%-
XYZ47.4849.8965.52-
YUV187.06138.69121.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.12%
GREEN value IS 188 (73.83% from 255) = 32.87%
BLUE value IS 206 (80.86% from 255) = 36.01%
R=31.12%
G=32.87%
B=36.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1781882060.140.0900.19218.5722.2275.29
HexB2BCCEE9013db164b
Octal262274316161102333326113
Binary1011001010111100110011101110100101001111011011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BCCE; }

 p { color: rgb(178,188,206); }

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

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

 a { background-color: rgb(178,188,206); }

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

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

 span { border-color: rgb(178,188,206); }

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