Html Css Color HEX #B4CEAA Rainee

📋 copy color: '#B4CEAA'

red 180 ◦ green 206 ◦ blue 170

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

Shades of Rainee #B4CEAA

Tints of Rainee #B4CEAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.58%

R = 32.37%
G = 37.05%
B = 30.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#B4CEAA (or 0xB4CEAA) is known color: Rainee. HEX triplet: B4, CE and AA. RGB value is (180,206,170). Sum of RGB (Red+Green+Blue) = 180+206+170=556 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.37% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CEAA is #4B3155. Grayscale: #C2C2C2. Windows color (decimal): -4927830 or 11194036. OLE color: 11194036.

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

Color convert

RGB 180 206 170 -
CMYK 0.13 0 0.17 0.19
HSL 103.33º 0.27% 0.74% -
HSV(B) 103.33º 0.17% 0.81% -
XYZ 48.15 56.75 46.45 -
YUV 194.12 114.39 117.93 -
System Red Green Blue C M Y K H S L
Decimal 180 206 170 0.13 0 0.17 0.19 103.33 0.27 0.74
Hex B4 CE AA D 0 11 13 67 1B 4A
Octal 264 316 252 15 0 21 23 147 33 112
Binary 10110100 11001110 10101010 1101 0 10001 10011 1100111 11011 1001010

Color Harmonies of #B4CEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CEAA

Black with #B4CEAA

Text Example


Text Example

White with #B4CEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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