#B0C8A5

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

Shades of Spring Rain #B0C8A5

Tints of Spring Rain #B0C8A5

Color information

#B0C8A5 (or 0xB0C8A5) is unknown color: approx Spring Rain. HEX triplet: B0, C8 and A5. RGB value is (176,200,165). Sum of RGB (Red+Green+Blue) = 176+200+165=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 200 (78.52% from 255 or 36.97% from 541); Blue value is 165 (64.84% from 255 or 30.50% from 541); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C8A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C8A5 is #4F375A. Grayscale: #BCBCBC. Windows color (decimal): -5191515 or 10864816. OLE color: 10864816.

HSL color Cylindrical-coordinate representation of color #B0C8A5: hue angle of 101.14º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0C8A5 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB176200165-
CMYK0.1200.180.22
HSL101.14º24.14%71.57%-
HSV(B)101.14º17.5%78.43%-
XYZ45.3553.2643.49-
YUV188.83114.55118.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.53%
GREEN value IS 200 (78.52% from 255) = 36.97%
BLUE value IS 165 (64.84% from 255) = 30.50%
R=32.53%
G=36.97%
B=30.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1762001650.1200.180.22101.1424.1471.57
HexB0C8A5C01216651848
Octal260310245140222614530110
Binary1011000011001000101001011100010010101101100101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C8A5; }

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

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

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

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

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

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

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

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