Html Css Color HEX #B4CEAD Rainee

📋 copy color: '#B4CEAD'

red 180 ◦ green 206 ◦ blue 173

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

Shades of Rainee #B4CEAD

Tints of Rainee #B4CEAD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.85%

 BLUE value IS 173 (67.97% from 255) = 30.95%

R = 32.2%
G = 36.85%
B = 30.95%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#B4CEAD (or 0xB4CEAD) is known color: Rainee. HEX triplet: B4, CE and AD. RGB value is (180,206,173). Sum of RGB (Red+Green+Blue) = 180+206+173=559 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.20% from 559); Green value is 206 (80.86% from 255 or 36.85% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CEAD is #4B3152. Grayscale: #C2C2C2. Windows color (decimal): -4927827 or 11390644. OLE color: 11390644.

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

Color convert

RGB 180 206 173 -
CMYK 0.13 0 0.16 0.19
HSL 107.27º 0.25% 0.74% -
HSV(B) 107.27º 0.16% 0.81% -
XYZ 48.44 56.86 47.96 -
YUV 194.46 115.89 117.68 -
System Red Green Blue C M Y K H S L
Decimal 180 206 173 0.13 0 0.16 0.19 107.27 0.25 0.74
Hex B4 CE AD D 0 10 13 6B 19 4A
Octal 264 316 255 15 0 20 23 153 31 112
Binary 10110100 11001110 10101101 1101 0 10000 10011 1101011 11001 1001010

Color Harmonies of #B4CEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CEAD

Black with #B4CEAD

Text Example


Text Example

White with #B4CEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CEAD; }

 p { color: rgb(180,206,173); }

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

background-color css

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

 a { background-color: rgb(180,206,173); }

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

border-color css

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

 span { border-color: rgb(180,206,173); }

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