Html Css Color HEX #B3C7B0 Rainee

📋 copy color: '#B3C7B0'

red 179 ◦ green 199 ◦ blue 176

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

Shades of Rainee #B3C7B0

Tints of Rainee #B3C7B0

RGB

 RED value IS 179 (70.31% from 255) = 32.31%

 GREEN value IS 199 (78.13% from 255) = 35.92%

 BLUE value IS 176 (69.14% from 255) = 31.77%

R = 32.31%
G = 35.92%
B = 31.77%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#B3C7B0 (or 0xB3C7B0) is known color: Rainee. HEX triplet: B3, C7 and B0. RGB value is (179,199,176). Sum of RGB (Red+Green+Blue) = 179+199+176=554 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.31% from 554); Green value is 199 (78.12% from 255 or 35.92% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 199 - color contains mainly: green. Hex color #B3C7B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C7B0 is #4C384F. Grayscale: #BEBEBE. Windows color (decimal): -4995152 or 11585459. OLE color: 11585459.

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

Color convert

RGB 179 199 176 -
CMYK 0.10 0 0.12 0.22
HSL 112.17º 0.17% 0.74% -
HSV(B) 112.17º 0.12% 0.78% -
XYZ 46.85 53.57 48.94 -
YUV 190.4 119.87 119.87 -
System Red Green Blue C M Y K H S L
Decimal 179 199 176 0.10 0 0.12 0.22 112.17 0.17 0.74
Hex B3 C7 B0 A 0 C 16 70 11 4A
Octal 263 307 260 12 0 14 26 160 21 112
Binary 10110011 11000111 10110000 1010 0 1100 10110 1110000 10001 1001010

Color Harmonies of #B3C7B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C7B0

Black with #B3C7B0

Text Example


Text Example

White with #B3C7B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C7B0; }

 p { color: rgb(179,199,176); }

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

background-color css

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

 a { background-color: rgb(179,199,176); }

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

border-color css

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

 span { border-color: rgb(179,199,176); }

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