Html Css Color HEX #B0C3AD Rainee

📋 copy color: '#B0C3AD'

red 176 ◦ green 195 ◦ blue 173

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

Shades of Rainee #B0C3AD

Tints of Rainee #B0C3AD

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.85%

 BLUE value IS 173 (67.97% from 255) = 31.8%

R = 32.35%
G = 35.85%
B = 31.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#B0C3AD (or 0xB0C3AD) is known color: Rainee. HEX triplet: B0, C3 and AD. RGB value is (176,195,173). Sum of RGB (Red+Green+Blue) = 176+195+173=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 195 (76.56% from 255 or 35.85% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C3AD is #4F3C52. Grayscale: #BABABA. Windows color (decimal): -5192787 or 11387824. OLE color: 11387824.

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

Color convert

RGB 176 195 173 -
CMYK 0.10 0 0.11 0.24
HSL 111.82º 0.15% 0.72% -
HSV(B) 111.82º 0.11% 0.76% -
XYZ 44.96 51.28 47.06 -
YUV 186.81 120.21 120.29 -
System Red Green Blue C M Y K H S L
Decimal 176 195 173 0.10 0 0.11 0.24 111.82 0.15 0.72
Hex B0 C3 AD A 0 B 18 70 F 48
Octal 260 303 255 12 0 13 30 160 17 110
Binary 10110000 11000011 10101101 1010 0 1011 11000 1110000 1111 1001000

Color Harmonies of #B0C3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C3AD

Black with #B0C3AD

Text Example


Text Example

White with #B0C3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C3AD; }

 p { color: rgb(176,195,173); }

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

background-color css

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

 a { background-color: rgb(176,195,173); }

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

border-color css

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

 span { border-color: rgb(176,195,173); }

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