#B1CBAC

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

Shades of Rainee #B1CBAC

Tints of Rainee #B1CBAC

Color information

#B1CBAC (or 0xB1CBAC) is unknown color: approx Rainee. HEX triplet: B1, CB and AC. RGB value is (177,203,172). Sum of RGB (Red+Green+Blue) = 177+203+172=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 203 - color contains mainly: green. Hex color #B1CBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CBAC is #4E3453. Grayscale: #BFBFBF. Windows color (decimal): -5125204 or 11324337. OLE color: 11324337.

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

Color convert

RGB177203172-
CMYK0.1300.150.20
HSL110.32º22.96%73.53%-
HSV(B)110.32º15.27%79.61%-
XYZ46.9355.0447.18-
YUV191.69116.89117.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.07%
GREEN value IS 203 (79.69% from 255) = 36.78%
BLUE value IS 172 (67.58% from 255) = 31.16%
R=32.07%
G=36.78%
B=31.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1772031720.1300.150.20110.3222.9673.53
HexB1CBACD0F146e174a
Octal261313254150172415627112
Binary101100011100101110101100110101111101001101110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CBAC; }

 p { color: rgb(177,203,172); }

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

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

 a { background-color: rgb(177,203,172); }

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

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

 span { border-color: rgb(177,203,172); }

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