Html Css Color HEX #B4C5AC Rainee

📋 copy color: '#B4C5AC'

red 180 ◦ green 197 ◦ blue 172

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

Shades of Rainee #B4C5AC

Tints of Rainee #B4C5AC

RGB

 RED value IS 180 (70.7% from 255) = 32.79%

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

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

R = 32.79%
G = 35.88%
B = 31.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#B4C5AC (or 0xB4C5AC) is known color: Rainee. HEX triplet: B4, C5 and AC. RGB value is (180,197,172). Sum of RGB (Red+Green+Blue) = 180+197+172=549 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.79% from 549); Green value is 197 (77.34% from 255 or 35.88% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 197 - color contains mainly: green. Hex color #B4C5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C5AC is #4B3A53. Grayscale: #BDBDBD. Windows color (decimal): -4930132 or 11322804. OLE color: 11322804.

HSL color Cylindrical-coordinate representation of color #B4C5AC: hue angle of 100.8º 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 #B4C5AC is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 180 197 172 -
CMYK 0.09 0 0.13 0.23
HSL 100.8º 0.18% 0.72% -
HSV(B) 100.8º 0.13% 0.77% -
XYZ 46.24 52.61 46.75 -
YUV 189.07 118.37 121.53 -
System Red Green Blue C M Y K H S L
Decimal 180 197 172 0.09 0 0.13 0.23 100.8 0.18 0.72
Hex B4 C5 AC 9 0 D 17 65 12 48
Octal 264 305 254 11 0 15 27 145 22 110
Binary 10110100 11000101 10101100 1001 0 1101 10111 1100101 10010 1001000

Color Harmonies of #B4C5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C5AC

Black with #B4C5AC

Text Example


Text Example

White with #B4C5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C5AC; }

 p { color: rgb(180,197,172); }

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

background-color css

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

 a { background-color: rgb(180,197,172); }

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

border-color css

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

 span { border-color: rgb(180,197,172); }

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