Html Css Color HEX #B4C9AF Rainee

📋 copy color: '#B4C9AF'

red 180 ◦ green 201 ◦ blue 175

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

Shades of Rainee #B4C9AF

Tints of Rainee #B4C9AF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.15%

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

R = 32.37%
G = 36.15%
B = 31.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#B4C9AF (or 0xB4C9AF) is known color: Rainee. HEX triplet: B4, C9 and AF. RGB value is (180,201,175). Sum of RGB (Red+Green+Blue) = 180+201+175=556 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.37% from 556); Green value is 201 (78.91% from 255 or 36.15% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 201 - color contains mainly: green. Hex color #B4C9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C9AF is #4B3650. Grayscale: #BFBFBF. Windows color (decimal): -4929105 or 11520436. OLE color: 11520436.

HSL color Cylindrical-coordinate representation of color #B4C9AF: hue angle of 108.46º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4C9AF is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 201 175 -
CMYK 0.10 0 0.13 0.21
HSL 108.46º 0.19% 0.74% -
HSV(B) 108.46º 0.13% 0.79% -
XYZ 47.45 54.57 48.59 -
YUV 191.76 118.54 119.61 -
System Red Green Blue C M Y K H S L
Decimal 180 201 175 0.10 0 0.13 0.21 108.46 0.19 0.74
Hex B4 C9 AF A 0 D 15 6C 13 4A
Octal 264 311 257 12 0 15 25 154 23 112
Binary 10110100 11001001 10101111 1010 0 1101 10101 1101100 10011 1001010

Color Harmonies of #B4C9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C9AF

Black with #B4C9AF

Text Example


Text Example

White with #B4C9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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