Html Css Color HEX #B2C6AE Rainee

📋 copy color: '#B2C6AE'

red 178 ◦ green 198 ◦ blue 174

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

Shades of Rainee #B2C6AE

Tints of Rainee #B2C6AE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36%

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

R = 32.36%
G = 36%
B = 31.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#B2C6AE (or 0xB2C6AE) is known color: Rainee. HEX triplet: B2, C6 and AE. RGB value is (178,198,174). Sum of RGB (Red+Green+Blue) = 178+198+174=550 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.36% from 550); Green value is 198 (77.73% from 255 or 36% from 550); Blue value is 174 (68.36% from 255 or 31.64% from 550); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C6AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C6AE is #4D3951. Grayscale: #BDBDBD. Windows color (decimal): -5060946 or 11454130. OLE color: 11454130.

HSL color Cylindrical-coordinate representation of color #B2C6AE: hue angle of 110º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B2C6AE is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 198 174 -
CMYK 0.10 0 0.12 0.22
HSL 110º 0.17% 0.73% -
HSV(B) 110º 0.12% 0.78% -
XYZ 46.19 52.91 47.82 -
YUV 189.28 119.37 119.95 -
System Red Green Blue C M Y K H S L
Decimal 178 198 174 0.10 0 0.12 0.22 110 0.17 0.73
Hex B2 C6 AE A 0 C 16 6E 11 49
Octal 262 306 256 12 0 14 26 156 21 111
Binary 10110010 11000110 10101110 1010 0 1100 10110 1101110 10001 1001001

Color Harmonies of #B2C6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C6AE

Black with #B2C6AE

Text Example


Text Example

White with #B2C6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C6AE; }

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

 H1.HeaderClassName
 {
   color: #B2C6AE;
 }
 .AnyTagClassName
 {
   color: #B2C6AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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