#B0CBA5

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

Shades of Rainee #B0CBA5

Tints of Rainee #B0CBA5

Color information

#B0CBA5 (or 0xB0CBA5) is unknown color: approx Rainee. HEX triplet: B0, CB and A5. RGB value is (176,203,165). Sum of RGB (Red+Green+Blue) = 176+203+165=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 165 (64.84% from 255 or 30.33% from 544); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CBA5 is #4F345A. Grayscale: #BEBEBE. Windows color (decimal): -5190747 or 10865584. OLE color: 10865584.

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

Color convert

RGB176203165-
CMYK0.1300.190.20
HSL102.63º26.76%72.16%-
HSV(B)102.63º18.72%79.61%-
XYZ46.0554.6643.72-
YUV190.59113.55117.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.35%
GREEN value IS 203 (79.69% from 255) = 37.32%
BLUE value IS 165 (64.84% from 255) = 30.33%
R=32.35%
G=37.32%
B=30.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1762031650.1300.190.20102.6326.7672.16
HexB0CBA5D01314671b48
Octal260313245150232414733110
Binary1011000011001011101001011101010011101001100111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CBA5; }

 p { color: rgb(176,203,165); }

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

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

 a { background-color: rgb(176,203,165); }

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

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

 span { border-color: rgb(176,203,165); }

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