Html Css Color HEX #B4C4AF Rainee

📋 copy color: '#B4C4AF'

red 180 ◦ green 196 ◦ blue 175

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

Shades of Rainee #B4C4AF

Tints of Rainee #B4C4AF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.57%

 BLUE value IS 175 (68.75% from 255) = 31.76%

R = 32.67%
G = 35.57%
B = 31.76%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#B4C4AF (or 0xB4C4AF) is known color: Rainee. HEX triplet: B4, C4 and AF. RGB value is (180,196,175). Sum of RGB (Red+Green+Blue) = 180+196+175=551 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.67% from 551); Green value is 196 (76.95% from 255 or 35.57% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 196 - color contains mainly: green. Hex color #B4C4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C4AF is #4B3B50. Grayscale: #BCBCBC. Windows color (decimal): -4930385 or 11519156. OLE color: 11519156.

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

Color convert

RGB 180 196 175 -
CMYK 0.08 0 0.11 0.23
HSL 105.71º 0.15% 0.73% -
HSV(B) 105.71º 0.11% 0.77% -
XYZ 46.3 52.28 48.21 -
YUV 188.82 120.2 121.71 -
System Red Green Blue C M Y K H S L
Decimal 180 196 175 0.08 0 0.11 0.23 105.71 0.15 0.73
Hex B4 C4 AF 8 0 B 17 6A F 49
Octal 264 304 257 10 0 13 27 152 17 111
Binary 10110100 11000100 10101111 1000 0 1011 10111 1101010 1111 1001001

Color Harmonies of #B4C4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C4AF

Black with #B4C4AF

Text Example


Text Example

White with #B4C4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C4AF; }

 p { color: rgb(180,196,175); }

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

background-color css

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

 a { background-color: rgb(180,196,175); }

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

border-color css

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

 span { border-color: rgb(180,196,175); }

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