#B4CBAA

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

Shades of Rainee #B4CBAA

Tints of Rainee #B4CBAA

Color information

#B4CBAA (or 0xB4CBAA) is unknown color: approx Rainee. HEX triplet: B4, CB and AA. RGB value is (180,203,170). Sum of RGB (Red+Green+Blue) = 180+203+170=553 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.55% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CBAA is #4B3455. Grayscale: #C0C0C0. Windows color (decimal): -4928598 or 11193268. OLE color: 11193268.

HSL color Cylindrical-coordinate representation of color #B4CBAA: hue angle of 101.82º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B4CBAA is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB180203170-
CMYK0.1100.160.20
HSL101.82º24.09%73.14%-
HSV(B)101.82º16.26%79.61%-
XYZ47.4355.3246.21-
YUV192.36115.38119.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.55%
GREEN value IS 203 (79.69% from 255) = 36.71%
BLUE value IS 170 (66.80% from 255) = 30.74%
R=32.55%
G=36.71%
B=30.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1802031700.1100.160.20101.8224.0973.14
HexB4CBAAB01014661849
Octal264313252130202414630111
Binary1011010011001011101010101011010000101001100110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CBAA; }

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

 H1.HeaderClassName
 {
   color: #B4CBAA;
 }
 .AnyTagClassName
 {
   color: #B4CBAA;
 }
</style>
background-color css

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

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

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

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

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

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