#B4CBAF

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

Shades of Rainee #B4CBAF

Tints of Rainee #B4CBAF

Color information

#B4CBAF (or 0xB4CBAF) is unknown color: approx Rainee. HEX triplet: B4, CB and AF. RGB value is (180,203,175). Sum of RGB (Red+Green+Blue) = 180+203+175=558 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.26% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CBAF is #4B3450. Grayscale: #C1C1C1. Windows color (decimal): -4928593 or 11520948. OLE color: 11520948.

HSL color Cylindrical-coordinate representation of color #B4CBAF: hue angle of 109.29º degrees, saturation: 0.21, 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 #B4CBAF is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB180203175-
CMYK0.1100.140.20
HSL109.29º21.21%74.12%-
HSV(B)109.29º13.79%79.61%-
XYZ47.9255.5148.75-
YUV192.93117.88118.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.26%
GREEN value IS 203 (79.69% from 255) = 36.38%
BLUE value IS 175 (68.75% from 255) = 31.36%
R=32.26%
G=36.38%
B=31.36%

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
Decimal1802031750.1100.140.20109.2921.2174.12
HexB4CBAFB0E146d154a
Octal264313257130162415525112
Binary101101001100101110101111101101110101001101101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CBAF; }

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

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

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

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

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

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

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

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