#B2BCAE

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

Shades of Rainee #B2BCAE

Tints of Rainee #B2BCAE

Color information

#B2BCAE (or 0xB2BCAE) is unknown color: approx Rainee. HEX triplet: B2, BC and AE. RGB value is (178,188,174). Sum of RGB (Red+Green+Blue) = 178+188+174=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BCAE is #4D4351. Grayscale: #B7B7B7. Windows color (decimal): -5063506 or 11451570. OLE color: 11451570.

HSL color Cylindrical-coordinate representation of color #B2BCAE: hue angle of 102.86º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B2BCAE is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB178188174-
CMYK0.0500.070.26
HSL102.86º9.46%70.98%-
HSV(B)102.86º7.45%73.73%-
XYZ43.9848.4947.09-
YUV183.41122.69124.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.96%
GREEN value IS 188 (73.83% from 255) = 34.81%
BLUE value IS 174 (68.36% from 255) = 32.22%
R=32.96%
G=34.81%
B=32.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781881740.0500.070.26102.869.4670.98
HexB2BCAE5071A67947
Octal2622742565073214711107
Binary101100101011110010101110101011111010110011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BCAE; }

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

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

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

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

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

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

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

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