Html Css Color HEX #B6C2B2 Rainee

📋 copy color: '#B6C2B2'

red 182 ◦ green 194 ◦ blue 178

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

Shades of Rainee #B6C2B2

Tints of Rainee #B6C2B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.13%

R = 32.85%
G = 35.02%
B = 32.13%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#B6C2B2 (or 0xB6C2B2) is known color: Rainee. HEX triplet: B6, C2 and B2. RGB value is (182,194,178). Sum of RGB (Red+Green+Blue) = 182+194+178=554 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.85% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 178 (69.92% from 255 or 32.13% from 554); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C2B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C2B2 is #493D4D. Grayscale: #BCBCBC. Windows color (decimal): -4799822 or 11715254. OLE color: 11715254.

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

Color convert

RGB 182 194 178 -
CMYK 0.06 0 0.08 0.24
HSL 105º 0.12% 0.73% -
HSV(B) 105º 0.08% 0.76% -
XYZ 46.62 51.74 49.65 -
YUV 188.59 122.02 123.3 -
System Red Green Blue C M Y K H S L
Decimal 182 194 178 0.06 0 0.08 0.24 105 0.12 0.73
Hex B6 C2 B2 6 0 8 18 69 C 49
Octal 266 302 262 6 0 10 30 151 14 111
Binary 10110110 11000010 10110010 110 0 1000 11000 1101001 1100 1001001

Color Harmonies of #B6C2B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C2B2

Black with #B6C2B2

Text Example


Text Example

White with #B6C2B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C2B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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