Html Css Color HEX #B0C2A9 Rainee

📋 copy color: '#B0C2A9'

red 176 ◦ green 194 ◦ blue 169

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

Shades of Rainee #B0C2A9

Tints of Rainee #B0C2A9

RGB

 RED value IS 176 (69.14% from 255) = 32.65%

 GREEN value IS 194 (76.17% from 255) = 35.99%

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

R = 32.65%
G = 35.99%
B = 31.35%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#B0C2A9 (or 0xB0C2A9) is known color: Rainee. HEX triplet: B0, C2 and A9. RGB value is (176,194,169). Sum of RGB (Red+Green+Blue) = 176+194+169=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 169 (66.41% from 255 or 31.35% from 539); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C2A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C2A9 is #4F3D56. Grayscale: #B9B9B9. Windows color (decimal): -5193047 or 11125424. OLE color: 11125424.

HSL color Cylindrical-coordinate representation of color #B0C2A9: hue angle of 103.2º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0C2A9 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 194 169 -
CMYK 0.09 0 0.13 0.24
HSL 103.2º 0.17% 0.71% -
HSV(B) 103.2º 0.13% 0.76% -
XYZ 44.36 50.68 44.98 -
YUV 185.77 118.54 121.03 -
System Red Green Blue C M Y K H S L
Decimal 176 194 169 0.09 0 0.13 0.24 103.2 0.17 0.71
Hex B0 C2 A9 9 0 D 18 67 11 47
Octal 260 302 251 11 0 15 30 147 21 107
Binary 10110000 11000010 10101001 1001 0 1101 11000 1100111 10001 1000111

Color Harmonies of #B0C2A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C2A9

Black with #B0C2A9

Text Example


Text Example

White with #B0C2A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C2A9; }

 p { color: rgb(176,194,169); }

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

background-color css

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

 a { background-color: rgb(176,194,169); }

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

border-color css

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

 span { border-color: rgb(176,194,169); }

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