#B5CBAF

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

Shades of Rainee #B5CBAF

Tints of Rainee #B5CBAF

Color information

#B5CBAF (or 0xB5CBAF) is unknown color: approx Rainee. HEX triplet: B5, CB and AF. RGB value is (181,203,175). Sum of RGB (Red+Green+Blue) = 181+203+175=559 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.38% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CBAF is #4A3450. Grayscale: #C1C1C1. Windows color (decimal): -4863057 or 11520949. OLE color: 11520949.

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

Color convert

RGB181203175-
CMYK0.1100.140.20
HSL107.14º21.21%74.12%-
HSV(B)107.14º13.79%79.61%-
XYZ48.1555.6348.76-
YUV193.23117.71119.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.38%
GREEN value IS 203 (79.69% from 255) = 36.31%
BLUE value IS 175 (68.75% from 255) = 31.31%
R=32.38%
G=36.31%
B=31.31%

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
Decimal1812031750.1100.140.20107.1421.2174.12
HexB5CBAFB0E146b154a
Octal265313257130162415325112
Binary101101011100101110101111101101110101001101011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CBAF; }

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

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

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

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

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

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

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

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