Html Css Color HEX #B0C5AB Rainee

📋 copy color: '#B0C5AB'

red 176 ◦ green 197 ◦ blue 171

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

Shades of Rainee #B0C5AB

Tints of Rainee #B0C5AB

RGB

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

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

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

R = 32.35%
G = 36.21%
B = 31.43%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#B0C5AB (or 0xB0C5AB) is known color: Rainee. HEX triplet: B0, C5 and AB. RGB value is (176,197,171). Sum of RGB (Red+Green+Blue) = 176+197+171=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 197 (77.34% from 255 or 36.21% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C5AB is #4F3A54. Grayscale: #BBBBBB. Windows color (decimal): -5192277 or 11257264. OLE color: 11257264.

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

Color convert

RGB 176 197 171 -
CMYK 0.11 0 0.13 0.23
HSL 108.46º 0.18% 0.72% -
HSV(B) 108.46º 0.13% 0.77% -
XYZ 45.22 52.1 46.2 -
YUV 187.76 118.54 119.61 -
System Red Green Blue C M Y K H S L
Decimal 176 197 171 0.11 0 0.13 0.23 108.46 0.18 0.72
Hex B0 C5 AB B 0 D 17 6C 12 48
Octal 260 305 253 13 0 15 27 154 22 110
Binary 10110000 11000101 10101011 1011 0 1101 10111 1101100 10010 1001000

Color Harmonies of #B0C5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C5AB

Black with #B0C5AB

Text Example


Text Example

White with #B0C5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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