Html Css Color HEX #B0C2AB Rainee

📋 copy color: '#B0C2AB'

red 176 ◦ green 194 ◦ blue 171

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

Shades of Rainee #B0C2AB

Tints of Rainee #B0C2AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.61%

R = 32.53%
G = 35.86%
B = 31.61%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#B0C2AB (or 0xB0C2AB) is known color: Rainee. HEX triplet: B0, C2 and AB. RGB value is (176,194,171). Sum of RGB (Red+Green+Blue) = 176+194+171=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 194 (76.17% from 255 or 35.86% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C2AB is #4F3D54. Grayscale: #BABABA. Windows color (decimal): -5193045 or 11256496. OLE color: 11256496.

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

Color convert

RGB 176 194 171 -
CMYK 0.09 0 0.12 0.24
HSL 106.96º 0.16% 0.72% -
HSV(B) 106.96º 0.12% 0.76% -
XYZ 44.55 50.75 45.98 -
YUV 186 119.54 120.87 -
System Red Green Blue C M Y K H S L
Decimal 176 194 171 0.09 0 0.12 0.24 106.96 0.16 0.72
Hex B0 C2 AB 9 0 C 18 6B 10 48
Octal 260 302 253 11 0 14 30 153 20 110
Binary 10110000 11000010 10101011 1001 0 1100 11000 1101011 10000 1001000

Color Harmonies of #B0C2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C2AB

Black with #B0C2AB

Text Example


Text Example

White with #B0C2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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