Html Css Color HEX #B4CCAA Rainee

📋 copy color: '#B4CCAA'

red 180 ◦ green 204 ◦ blue 170

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

Shades of Rainee #B4CCAA

Tints of Rainee #B4CCAA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.82%

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

R = 32.49%
G = 36.82%
B = 30.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#B4CCAA (or 0xB4CCAA) is known color: Rainee. HEX triplet: B4, CC and AA. RGB value is (180,204,170). Sum of RGB (Red+Green+Blue) = 180+204+170=554 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.49% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CCAA is #4B3355. Grayscale: #C1C1C1. Windows color (decimal): -4928342 or 11193524. OLE color: 11193524.

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

Color convert

RGB 180 204 170 -
CMYK 0.12 0 0.17 0.2
HSL 102.35º 0.25% 0.73% -
HSV(B) 102.35º 0.17% 0.8% -
XYZ 47.67 55.79 46.29 -
YUV 192.95 115.05 118.76 -
System Red Green Blue C M Y K H S L
Decimal 180 204 170 0.12 0 0.17 0.2 102.35 0.25 0.73
Hex B4 CC AA C 0 11 14 66 19 49
Octal 264 314 252 14 0 21 24 146 31 111
Binary 10110100 11001100 10101010 1100 0 10001 10100 1100110 11001 1001001

Color Harmonies of #B4CCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CCAA

Black with #B4CCAA

Text Example


Text Example

White with #B4CCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CCAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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