#B5C2B0

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

Shades of Rainee #B5C2B0

Tints of Rainee #B5C2B0

Color information

#B5C2B0 (or 0xB5C2B0) is unknown color: approx Rainee. HEX triplet: B5, C2 and B0. RGB value is (181,194,176). Sum of RGB (Red+Green+Blue) = 181+194+176=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 194 (76.17% from 255 or 35.21% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C2B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C2B0 is #4A3D4F. Grayscale: #BCBCBC. Windows color (decimal): -4865360 or 11584181. OLE color: 11584181.

HSL color Cylindrical-coordinate representation of color #B5C2B0: hue angle of 103.33º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B5C2B0 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB181194176-
CMYK0.0700.090.24
HSL103.33º12.86%72.55%-
HSV(B)103.33º9.28%76.08%-
XYZ46.1851.5448.59-
YUV188.06121.19122.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.85%
GREEN value IS 194 (76.17% from 255) = 35.21%
BLUE value IS 176 (69.14% from 255) = 31.94%
R=32.85%
G=35.21%
B=31.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1811941760.0700.090.24103.3312.8672.55
HexB5C2B07091867d49
Octal26530226070113014715111
Binary1011010111000010101100001110100111000110011111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C2B0; }

 p { color: rgb(181,194,176); }

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

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

 a { background-color: rgb(181,194,176); }

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

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

 span { border-color: rgb(181,194,176); }

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