#B4CEAA

Color #B4CEAA Rainee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rainee #B4CEAA

Tints of Rainee #B4CEAA

Color information

#B4CEAA (or 0xB4CEAA) is unknown color: approx 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

RGB180206170-
CMYK0.1300.170.19
HSL103.33º26.87%73.73%-
HSV(B)103.33º17.48%80.78%-
XYZ48.1556.7546.45-
YUV194.12114.39117.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.37%
GREEN value IS 206 (80.86% from 255) = 37.05%
BLUE value IS 170 (66.80% from 255) = 30.58%
R=32.37%
G=37.05%
B=30.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1802061700.1300.170.19103.3326.8773.73
HexB4CEAAD01113671b4a
Octal264316252150212314733112
Binary1011010011001110101010101101010001100111100111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>