Html Css Color HEX #B2CDAA Rainee

📋 copy color: '#B2CDAA'

red 178 ◦ green 205 ◦ blue 170

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

Shades of Rainee #B2CDAA

Tints of Rainee #B2CDAA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.07%

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

R = 32.19%
G = 37.07%
B = 30.74%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#B2CDAA (or 0xB2CDAA) is known color: Rainee. HEX triplet: B2, CD and AA. RGB value is (178,205,170). Sum of RGB (Red+Green+Blue) = 178+205+170=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CDAA is #4D3255. Grayscale: #C1C1C1. Windows color (decimal): -5059158 or 11193778. OLE color: 11193778.

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

Color convert

RGB 178 205 170 -
CMYK 0.13 0 0.17 0.20
HSL 106.29º 0.26% 0.74% -
HSV(B) 106.29º 0.17% 0.8% -
XYZ 47.45 56.03 46.34 -
YUV 192.94 115.05 117.35 -
System Red Green Blue C M Y K H S L
Decimal 178 205 170 0.13 0 0.17 0.20 106.29 0.26 0.74
Hex B2 CD AA D 0 11 14 6A 1A 4A
Octal 262 315 252 15 0 21 24 152 32 112
Binary 10110010 11001101 10101010 1101 0 10001 10100 1101010 11010 1001010

Color Harmonies of #B2CDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CDAA

Black with #B2CDAA

Text Example


Text Example

White with #B2CDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CDAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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