Html Css Color HEX #B6C2B4 Rainee

📋 copy color: '#B6C2B4'

red 182 ◦ green 194 ◦ blue 180

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

Shades of Rainee #B6C2B4

Tints of Rainee #B6C2B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.37%

R = 32.73%
G = 34.89%
B = 32.37%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#B6C2B4 (or 0xB6C2B4) is known color: Rainee. HEX triplet: B6, C2 and B4. RGB value is (182,194,180). Sum of RGB (Red+Green+Blue) = 182+194+180=556 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.73% from 556); Green value is 194 (76.17% from 255 or 34.89% from 556); Blue value is 180 (70.70% from 255 or 32.37% from 556); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C2B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C2B4 is #493D4B. Grayscale: #BCBCBC. Windows color (decimal): -4799820 or 11846326. OLE color: 11846326.

HSL color Cylindrical-coordinate representation of color #B6C2B4: hue angle of 111.43º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B6C2B4 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 194 180 -
CMYK 0.06 0 0.07 0.24
HSL 111.43º 0.1% 0.73% -
HSV(B) 111.43º 0.07% 0.76% -
XYZ 46.82 51.82 50.72 -
YUV 188.82 123.02 123.14 -
System Red Green Blue C M Y K H S L
Decimal 182 194 180 0.06 0 0.07 0.24 111.43 0.1 0.73
Hex B6 C2 B4 6 0 7 18 6F A 49
Octal 266 302 264 6 0 7 30 157 12 111
Binary 10110110 11000010 10110100 110 0 111 11000 1101111 1010 1001001

Color Harmonies of #B6C2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C2B4

Black with #B6C2B4

Text Example


Text Example

White with #B6C2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C2B4; }

 p { color: rgb(182,194,180); }

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

background-color css

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

 a { background-color: rgb(182,194,180); }

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

border-color css

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

 span { border-color: rgb(182,194,180); }

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