Html Css Color HEX #B4C9AA Rainee

📋 copy color: '#B4C9AA'

red 180 ◦ green 201 ◦ blue 170

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

Shades of Rainee #B4C9AA

Tints of Rainee #B4C9AA

RGB

 RED value IS 180 (70.7% from 255) = 32.67%

 GREEN value IS 201 (78.91% from 255) = 36.48%

 BLUE value IS 170 (66.8% from 255) = 30.85%

R = 32.67%
G = 36.48%
B = 30.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#B4C9AA (or 0xB4C9AA) is known color: Rainee. HEX triplet: B4, C9 and AA. RGB value is (180,201,170). Sum of RGB (Red+Green+Blue) = 180+201+170=551 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.67% from 551); Green value is 201 (78.91% from 255 or 36.48% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 201 - color contains mainly: green. Hex color #B4C9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C9AA is #4B3655. Grayscale: #BFBFBF. Windows color (decimal): -4929110 or 11192756. OLE color: 11192756.

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

Color convert

RGB 180 201 170 -
CMYK 0.10 0 0.15 0.21
HSL 100.65º 0.22% 0.73% -
HSV(B) 100.65º 0.15% 0.79% -
XYZ 46.96 54.38 46.05 -
YUV 191.19 116.04 120.02 -
System Red Green Blue C M Y K H S L
Decimal 180 201 170 0.10 0 0.15 0.21 100.65 0.22 0.73
Hex B4 C9 AA A 0 F 15 65 16 49
Octal 264 311 252 12 0 17 25 145 26 111
Binary 10110100 11001001 10101010 1010 0 1111 10101 1100101 10110 1001001

Color Harmonies of #B4C9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C9AA

Black with #B4C9AA

Text Example


Text Example

White with #B4C9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C9AA; }

 p { color: rgb(180,201,170); }

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

background-color css

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

 a { background-color: rgb(180,201,170); }

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

border-color css

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

 span { border-color: rgb(180,201,170); }

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