#B4CBAE

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

Shades of Rainee #B4CBAE

Tints of Rainee #B4CBAE

Color information

#B4CBAE (or 0xB4CBAE) is unknown color: approx Rainee. HEX triplet: B4, CB and AE. RGB value is (180,203,174). Sum of RGB (Red+Green+Blue) = 180+203+174=557 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.32% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CBAE is #4B3451. Grayscale: #C0C0C0. Windows color (decimal): -4928594 or 11455412. OLE color: 11455412.

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

Color convert

RGB180203174-
CMYK0.1100.140.20
HSL107.59º21.8%73.92%-
HSV(B)107.59º14.29%79.61%-
XYZ47.8255.4748.23-
YUV192.82117.38118.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.32%
GREEN value IS 203 (79.69% from 255) = 36.45%
BLUE value IS 174 (68.36% from 255) = 31.24%
R=32.32%
G=36.45%
B=31.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1802031740.1100.140.20107.5921.873.92
HexB4CBAEB0E146c164a
Octal264313256130162415426112
Binary101101001100101110101110101101110101001101100101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CBAE; }

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

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

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

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

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

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

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

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