Html Css Color HEX #B6C0B2 Rainee

📋 copy color: '#B6C0B2'

red 182 ◦ green 192 ◦ blue 178

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

Shades of Rainee #B6C0B2

Tints of Rainee #B6C0B2

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.78%

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

R = 32.97%
G = 34.78%
B = 32.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#B6C0B2 (or 0xB6C0B2) is known color: Rainee. HEX triplet: B6, C0 and B2. RGB value is (182,192,178). Sum of RGB (Red+Green+Blue) = 182+192+178=552 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.97% from 552); Green value is 192 (75.39% from 255 or 34.78% from 552); Blue value is 178 (69.92% from 255 or 32.25% from 552); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C0B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C0B2 is #493F4D. Grayscale: #BBBBBB. Windows color (decimal): -4800334 or 11714742. OLE color: 11714742.

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

Color convert

RGB 182 192 178 -
CMYK 0.05 0 0.07 0.25
HSL 102.86º 0.1% 0.73% -
HSV(B) 102.86º 0.07% 0.75% -
XYZ 46.18 50.86 49.5 -
YUV 187.41 122.69 124.14 -
System Red Green Blue C M Y K H S L
Decimal 182 192 178 0.05 0 0.07 0.25 102.86 0.1 0.73
Hex B6 C0 B2 5 0 7 19 67 A 49
Octal 266 300 262 5 0 7 31 147 12 111
Binary 10110110 11000000 10110010 101 0 111 11001 1100111 1010 1001001

Color Harmonies of #B6C0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C0B2

Black with #B6C0B2

Text Example


Text Example

White with #B6C0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C0B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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