Html Css Color HEX #B2CEAA Rainee

📋 copy color: '#B2CEAA'

red 178 ◦ green 206 ◦ blue 170

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

Shades of Rainee #B2CEAA

Tints of Rainee #B2CEAA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.18%

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

R = 32.13%
G = 37.18%
B = 30.69%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#B2CEAA (or 0xB2CEAA) is known color: Rainee. HEX triplet: B2, CE and AA. RGB value is (178,206,170). Sum of RGB (Red+Green+Blue) = 178+206+170=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CEAA is #4D3155. Grayscale: #C1C1C1. Windows color (decimal): -5058902 or 11194034. OLE color: 11194034.

HSL color Cylindrical-coordinate representation of color #B2CEAA: hue angle of 106.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B2CEAA is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 206 170 -
CMYK 0.14 0 0.17 0.19
HSL 106.67º 0.27% 0.74% -
HSV(B) 106.67º 0.17% 0.81% -
XYZ 47.69 56.51 46.42 -
YUV 193.52 114.72 116.93 -
System Red Green Blue C M Y K H S L
Decimal 178 206 170 0.14 0 0.17 0.19 106.67 0.27 0.74
Hex B2 CE AA E 0 11 13 6B 1B 4A
Octal 262 316 252 16 0 21 23 153 33 112
Binary 10110010 11001110 10101010 1110 0 10001 10011 1101011 11011 1001010

Color Harmonies of #B2CEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CEAA

Black with #B2CEAA

Text Example


Text Example

White with #B2CEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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