Html Css Color HEX #B0CCAA Rainee

📋 copy color: '#B0CCAA'

red 176 ◦ green 204 ◦ blue 170

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

Shades of Rainee #B0CCAA

Tints of Rainee #B0CCAA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.09%

 BLUE value IS 170 (66.8% from 255) = 30.91%

R = 32%
G = 37.09%
B = 30.91%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#B0CCAA (or 0xB0CCAA) is known color: Rainee. HEX triplet: B0, CC and AA. RGB value is (176,204,170). Sum of RGB (Red+Green+Blue) = 176+204+170=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CCAA is #4F3355. Grayscale: #BFBFBF. Windows color (decimal): -5190486 or 11193520. OLE color: 11193520.

HSL color Cylindrical-coordinate representation of color #B0CCAA: hue angle of 109.41º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0CCAA is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 176 204 170 -
CMYK 0.14 0 0.17 0.2
HSL 109.41º 0.25% 0.73% -
HSV(B) 109.41º 0.17% 0.8% -
XYZ 46.75 55.32 46.24 -
YUV 191.75 115.72 116.76 -
System Red Green Blue C M Y K H S L
Decimal 176 204 170 0.14 0 0.17 0.2 109.41 0.25 0.73
Hex B0 CC AA E 0 11 14 6D 19 49
Octal 260 314 252 16 0 21 24 155 31 111
Binary 10110000 11001100 10101010 1110 0 10001 10100 1101101 11001 1001001

Color Harmonies of #B0CCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CCAA

Black with #B0CCAA

Text Example


Text Example

White with #B0CCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CCAA; }

 p { color: rgb(176,204,170); }

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

background-color css

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

 a { background-color: rgb(176,204,170); }

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

border-color css

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

 span { border-color: rgb(176,204,170); }

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