#B5C5B0

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

Shades of Rainee #B5C5B0

Tints of Rainee #B5C5B0

Color information

#B5C5B0 (or 0xB5C5B0) is unknown color: approx Rainee. HEX triplet: B5, C5 and B0. RGB value is (181,197,176). Sum of RGB (Red+Green+Blue) = 181+197+176=554 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.67% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C5B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C5B0 is #4A3A4F. Grayscale: #BDBDBD. Windows color (decimal): -4864592 or 11584949. OLE color: 11584949.

HSL color Cylindrical-coordinate representation of color #B5C5B0: hue angle of 105.71º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B5C5B0 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB181197176-
CMYK0.0800.110.23
HSL105.71º15.33%73.14%-
HSV(B)105.71º10.66%77.25%-
XYZ46.8652.8948.81-
YUV189.82120.2121.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.67%
GREEN value IS 197 (77.34% from 255) = 35.56%
BLUE value IS 176 (69.14% from 255) = 31.77%
R=32.67%
G=35.56%
B=31.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1811971760.0800.110.23105.7115.3373.14
HexB5C5B080B176af49
Octal265305260100132715217111
Binary10110101110001011011000010000101110111110101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C5B0; }

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

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

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

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

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

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

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

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