Html Css Color HEX #B2BDAE Rainee

📋 copy color: '#B2BDAE'

red 178 ◦ green 189 ◦ blue 174

#B2BDAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rainee #B2BDAE

Tints of Rainee #B2BDAE

RGB

 RED value IS 178 (69.92% from 255) = 32.9%

 GREEN value IS 189 (74.22% from 255) = 34.94%

 BLUE value IS 174 (68.36% from 255) = 32.16%

R = 32.9%
G = 34.94%
B = 32.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#B2BDAE (or 0xB2BDAE) is known color: 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

RGB 178 189 174 -
CMYK 0.06 0 0.08 0.26
HSL 104º 0.1% 0.71% -
HSV(B) 104º 0.08% 0.74% -
XYZ 44.2 48.92 47.16 -
YUV 184 122.36 123.72 -
System Red Green Blue C M Y K H S L
Decimal 178 189 174 0.06 0 0.08 0.26 104 0.1 0.71
Hex B2 BD AE 6 0 8 1A 68 A 47
Octal 262 275 256 6 0 10 32 150 12 107
Binary 10110010 10111101 10101110 110 0 1000 11010 1101000 1010 1000111

Color Harmonies of #B2BDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BDAE

Black with #B2BDAE

Text Example


Text Example

White with #B2BDAE

Text Example


Text Example

HTML Codes & Css Web 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>