Html Css Color HEX #B2CCAA Rainee

📋 copy color: '#B2CCAA'

red 178 ◦ green 204 ◦ blue 170

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

Shades of Rainee #B2CCAA

Tints of Rainee #B2CCAA

RGB

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

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

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

R = 32.25%
G = 36.96%
B = 30.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#B2CCAA (or 0xB2CCAA) is known color: Rainee. HEX triplet: B2, CC and AA. RGB value is (178,204,170). Sum of RGB (Red+Green+Blue) = 178+204+170=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CCAA is #4D3355. Grayscale: #C0C0C0. Windows color (decimal): -5059414 or 11193522. OLE color: 11193522.

HSL color Cylindrical-coordinate representation of color #B2CCAA: hue angle of 105.88º 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 #B2CCAA is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 204 170 -
CMYK 0.13 0 0.17 0.2
HSL 105.88º 0.25% 0.73% -
HSV(B) 105.88º 0.17% 0.8% -
XYZ 47.21 55.55 46.26 -
YUV 192.35 115.39 117.76 -
System Red Green Blue C M Y K H S L
Decimal 178 204 170 0.13 0 0.17 0.2 105.88 0.25 0.73
Hex B2 CC AA D 0 11 14 6A 19 49
Octal 262 314 252 15 0 21 24 152 31 111
Binary 10110010 11001100 10101010 1101 0 10001 10100 1101010 11001 1001001

Color Harmonies of #B2CCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CCAA

Black with #B2CCAA

Text Example


Text Example

White with #B2CCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CCAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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