Html Css Color HEX #B2C5A9 Rainee

📋 copy color: '#B2C5A9'

red 178 ◦ green 197 ◦ blue 169

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

Shades of Rainee #B2C5A9

Tints of Rainee #B2C5A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 31.07%

R = 32.72%
G = 36.21%
B = 31.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#B2C5A9 (or 0xB2C5A9) is known color: Rainee. HEX triplet: B2, C5 and A9. RGB value is (178,197,169). Sum of RGB (Red+Green+Blue) = 178+197+169=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 197 (77.34% from 255 or 36.21% from 544); Blue value is 169 (66.41% from 255 or 31.07% from 544); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C5A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C5A9 is #4D3A56. Grayscale: #BCBCBC. Windows color (decimal): -5061207 or 11126194. OLE color: 11126194.

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

Color convert

RGB 178 197 169 -
CMYK 0.10 0 0.14 0.23
HSL 100.71º 0.19% 0.72% -
HSV(B) 100.71º 0.14% 0.77% -
XYZ 45.49 52.26 45.23 -
YUV 188.13 117.21 120.78 -
System Red Green Blue C M Y K H S L
Decimal 178 197 169 0.10 0 0.14 0.23 100.71 0.19 0.72
Hex B2 C5 A9 A 0 E 17 65 13 48
Octal 262 305 251 12 0 16 27 145 23 110
Binary 10110010 11000101 10101001 1010 0 1110 10111 1100101 10011 1001000

Color Harmonies of #B2C5A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C5A9

Black with #B2C5A9

Text Example


Text Example

White with #B2C5A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C5A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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