Html Css Color HEX #B5CCAC Rainee

📋 copy color: '#B5CCAC'

red 181 ◦ green 204 ◦ blue 172

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

Shades of Rainee #B5CCAC

Tints of Rainee #B5CCAC

RGB

 RED value IS 181 (71.09% from 255) = 32.5%

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

 BLUE value IS 172 (67.58% from 255) = 30.88%

R = 32.5%
G = 36.62%
B = 30.88%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#B5CCAC (or 0xB5CCAC) is known color: Rainee. HEX triplet: B5, CC and AC. RGB value is (181,204,172). Sum of RGB (Red+Green+Blue) = 181+204+172=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CCAC is #4A3353. Grayscale: #C1C1C1. Windows color (decimal): -4862804 or 11324597. OLE color: 11324597.

HSL color Cylindrical-coordinate representation of color #B5CCAC: hue angle of 103.12º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B5CCAC is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 204 172 -
CMYK 0.11 0 0.16 0.2
HSL 103.13º 0.24% 0.74% -
HSV(B) 103.13º 0.16% 0.8% -
XYZ 48.1 55.99 47.3 -
YUV 193.48 115.88 119.1 -
System Red Green Blue C M Y K H S L
Decimal 181 204 172 0.11 0 0.16 0.2 103.13 0.24 0.74
Hex B5 CC AC B 0 10 14 67 18 4A
Octal 265 314 254 13 0 20 24 147 30 112
Binary 10110101 11001100 10101100 1011 0 10000 10100 1100111 11000 1001010

Color Harmonies of #B5CCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CCAC

Black with #B5CCAC

Text Example


Text Example

White with #B5CCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CCAC; }

 p { color: rgb(181,204,172); }

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

background-color css

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

 a { background-color: rgb(181,204,172); }

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

border-color css

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

 span { border-color: rgb(181,204,172); }

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