Html Css Color HEX #B4C2AF Rainee

📋 copy color: '#B4C2AF'

red 180 ◦ green 194 ◦ blue 175

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

Shades of Rainee #B4C2AF

Tints of Rainee #B4C2AF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.34%

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

R = 32.79%
G = 35.34%
B = 31.88%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#B4C2AF (or 0xB4C2AF) is known color: Rainee. HEX triplet: B4, C2 and AF. RGB value is (180,194,175). Sum of RGB (Red+Green+Blue) = 180+194+175=549 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.79% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 194 - color contains mainly: green. Hex color #B4C2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C2AF is #4B3D50. Grayscale: #BBBBBB. Windows color (decimal): -4930897 or 11518644. OLE color: 11518644.

HSL color Cylindrical-coordinate representation of color #B4C2AF: hue angle of 104.21º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B4C2AF is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 194 175 -
CMYK 0.07 0 0.10 0.24
HSL 104.21º 0.13% 0.72% -
HSV(B) 104.21º 0.1% 0.76% -
XYZ 45.85 51.38 48.06 -
YUV 187.65 120.86 122.54 -
System Red Green Blue C M Y K H S L
Decimal 180 194 175 0.07 0 0.10 0.24 104.21 0.13 0.72
Hex B4 C2 AF 7 0 A 18 68 D 48
Octal 264 302 257 7 0 12 30 150 15 110
Binary 10110100 11000010 10101111 111 0 1010 11000 1101000 1101 1001000

Color Harmonies of #B4C2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C2AF

Black with #B4C2AF

Text Example


Text Example

White with #B4C2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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