Html Css Color HEX #B0C2A7 Spring Rain

📋 copy color: '#B0C2A7'

red 176 ◦ green 194 ◦ blue 167

#B0C2A7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Rain #B0C2A7

Tints of Spring Rain #B0C2A7

RGB

 RED value IS 176 (69.14% from 255) = 32.77%

 GREEN value IS 194 (76.17% from 255) = 36.13%

 BLUE value IS 167 (65.63% from 255) = 31.1%

R = 32.77%
G = 36.13%
B = 31.1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#B0C2A7 (or 0xB0C2A7) is known color: Spring Rain. HEX triplet: B0, C2 and A7. RGB value is (176,194,167). Sum of RGB (Red+Green+Blue) = 176+194+167=537 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.77% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 167 (65.62% from 255 or 31.10% from 537); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C2A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C2A7 is #4F3D58. Grayscale: #B9B9B9. Windows color (decimal): -5193049 or 10994352. OLE color: 10994352.

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

Color convert

RGB 176 194 167 -
CMYK 0.09 0 0.14 0.24
HSL 100º 0.18% 0.71% -
HSV(B) 100º 0.14% 0.76% -
XYZ 44.17 50.6 44 -
YUV 185.54 117.54 121.2 -
System Red Green Blue C M Y K H S L
Decimal 176 194 167 0.09 0 0.14 0.24 100 0.18 0.71
Hex B0 C2 A7 9 0 E 18 64 12 47
Octal 260 302 247 11 0 16 30 144 22 107
Binary 10110000 11000010 10100111 1001 0 1110 11000 1100100 10010 1000111

Color Harmonies of #B0C2A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C2A7

Black with #B0C2A7

Text Example


Text Example

White with #B0C2A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C2A7; }

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

 H1.HeaderClassName
 {
   color: #B0C2A7;
 }
 .AnyTagClassName
 {
   color: #B0C2A7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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