Html Css Color HEX #B2C5AE Rainee

📋 copy color: '#B2C5AE'

red 178 ◦ green 197 ◦ blue 174

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

Shades of Rainee #B2C5AE

Tints of Rainee #B2C5AE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.88%

 BLUE value IS 174 (68.36% from 255) = 31.69%

R = 32.42%
G = 35.88%
B = 31.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#B2C5AE (or 0xB2C5AE) is known color: Rainee. HEX triplet: B2, C5 and AE. RGB value is (178,197,174). Sum of RGB (Red+Green+Blue) = 178+197+174=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 197 (77.34% from 255 or 35.88% from 549); Blue value is 174 (68.36% from 255 or 31.69% from 549); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C5AE is #4D3A51. Grayscale: #BCBCBC. Windows color (decimal): -5061202 or 11453874. OLE color: 11453874.

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

Color convert

RGB 178 197 174 -
CMYK 0.10 0 0.12 0.23
HSL 109.57º 0.17% 0.73% -
HSV(B) 109.57º 0.12% 0.77% -
XYZ 45.97 52.45 47.75 -
YUV 188.7 119.71 120.37 -
System Red Green Blue C M Y K H S L
Decimal 178 197 174 0.10 0 0.12 0.23 109.57 0.17 0.73
Hex B2 C5 AE A 0 C 17 6E 11 49
Octal 262 305 256 12 0 14 27 156 21 111
Binary 10110010 11000101 10101110 1010 0 1100 10111 1101110 10001 1001001

Color Harmonies of #B2C5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C5AE

Black with #B2C5AE

Text Example


Text Example

White with #B2C5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C5AE; }

 p { color: rgb(178,197,174); }

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

background-color css

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

 a { background-color: rgb(178,197,174); }

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

border-color css

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

 span { border-color: rgb(178,197,174); }

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