Html Css Color HEX #B6D1AE Rainee

📋 copy color: '#B6D1AE'

red 182 ◦ green 209 ◦ blue 174

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

Shades of Rainee #B6D1AE

Tints of Rainee #B6D1AE

RGB

 RED value IS 182 (71.48% from 255) = 32.21%

 GREEN value IS 209 (82.03% from 255) = 36.99%

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

R = 32.21%
G = 36.99%
B = 30.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#B6D1AE (or 0xB6D1AE) is known color: Rainee. HEX triplet: B6, D1 and AE. RGB value is (182,209,174). Sum of RGB (Red+Green+Blue) = 182+209+174=565 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.21% from 565); Green value is 209 (82.03% from 255 or 36.99% from 565); Blue value is 174 (68.36% from 255 or 30.80% from 565); Max value from RGB is 209 - color contains mainly: green. Hex color #B6D1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D1AE is #492E51. Grayscale: #C5C5C5. Windows color (decimal): -4795986 or 11456950. OLE color: 11456950.

HSL color Cylindrical-coordinate representation of color #B6D1AE: hue angle of 106.29º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B6D1AE is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 182 209 174 -
CMYK 0.13 0 0.17 0.18
HSL 106.29º 0.28% 0.75% -
HSV(B) 106.29º 0.17% 0.82% -
XYZ 49.73 58.6 48.73 -
YUV 196.94 115.05 117.35 -
System Red Green Blue C M Y K H S L
Decimal 182 209 174 0.13 0 0.17 0.18 106.29 0.28 0.75
Hex B6 D1 AE D 0 11 12 6A 1C 4B
Octal 266 321 256 15 0 21 22 152 34 113
Binary 10110110 11010001 10101110 1101 0 10001 10010 1101010 11100 1001011

Color Harmonies of #B6D1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D1AE

Black with #B6D1AE

Text Example


Text Example

White with #B6D1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D1AE; }

 p { color: rgb(182,209,174); }

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

background-color css

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

 a { background-color: rgb(182,209,174); }

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

border-color css

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

 span { border-color: rgb(182,209,174); }

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