#B2BDAE

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

Shades of Rainee #B2BDAE

Tints of Rainee #B2BDAE

Color information

#B2BDAE (or 0xB2BDAE) is unknown color: approx Rainee. HEX triplet: B2, BD and AE. RGB value is (178,189,174). Sum of RGB (Red+Green+Blue) = 178+189+174=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BDAE is #4D4251. Grayscale: #B8B8B8. Windows color (decimal): -5063250 or 11451826. OLE color: 11451826.

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

Color convert

RGB178189174-
CMYK0.0600.080.26
HSL104º10.2%71.18%-
HSV(B)104º7.94%74.12%-
XYZ44.248.9247.16-
YUV184122.36123.72-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.90%
GREEN value IS 189 (74.22% from 255) = 34.94%
BLUE value IS 174 (68.36% from 255) = 32.16%
R=32.90%
G=34.94%
B=32.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781891740.0600.080.2610410.271.18
HexB2BDAE6081A68a47
Octal26227525660103215012107
Binary1011001010111101101011101100100011010110100010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BDAE; }

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

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

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

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

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

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

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

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