Html Css Color HEX #B6C7B3 Rainee

📋 copy color: '#B6C7B3'

red 182 ◦ green 199 ◦ blue 179

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

Shades of Rainee #B6C7B3

Tints of Rainee #B6C7B3

RGB

 RED value IS 182 (71.48% from 255) = 32.5%

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

 BLUE value IS 179 (70.31% from 255) = 31.96%

R = 32.5%
G = 35.54%
B = 31.96%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#B6C7B3 (or 0xB6C7B3) is known color: Rainee. HEX triplet: B6, C7 and B3. RGB value is (182,199,179). Sum of RGB (Red+Green+Blue) = 182+199+179=560 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.5% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 179 (70.31% from 255 or 31.96% from 560); Max value from RGB is 199 - color contains mainly: green. Hex color #B6C7B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C7B3 is #49384C. Grayscale: #BFBFBF. Windows color (decimal): -4798541 or 11782070. OLE color: 11782070.

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

Color convert

RGB 182 199 179 -
CMYK 0.09 0 0.10 0.22
HSL 111º 0.15% 0.74% -
HSV(B) 111º 0.1% 0.78% -
XYZ 47.85 54.05 50.56 -
YUV 191.64 120.87 121.13 -
System Red Green Blue C M Y K H S L
Decimal 182 199 179 0.09 0 0.10 0.22 111 0.15 0.74
Hex B6 C7 B3 9 0 A 16 6F F 4A
Octal 266 307 263 11 0 12 26 157 17 112
Binary 10110110 11000111 10110011 1001 0 1010 10110 1101111 1111 1001010

Color Harmonies of #B6C7B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C7B3

Black with #B6C7B3

Text Example


Text Example

White with #B6C7B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C7B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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