Html Css Color HEX #B6ADC6 Moon Raker

📋 copy color: '#B6ADC6'

red 182 ◦ green 173 ◦ blue 198

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

Shades of Moon Raker #B6ADC6

Tints of Moon Raker #B6ADC6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.28%

 BLUE value IS 198 (77.73% from 255) = 35.8%

R = 32.91%
G = 31.28%
B = 35.8%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B6ADC6 (or 0xB6ADC6) is known color: Moon Raker. HEX triplet: B6, AD and C6. RGB value is (182,173,198). Sum of RGB (Red+Green+Blue) = 182+173+198=553 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.91% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 198 (77.73% from 255 or 35.80% from 553); Max value from RGB is 198 - color contains mainly: blue. Hex color #B6ADC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ADC6 is #495239. Grayscale: #B2B2B2. Windows color (decimal): -4805178 or 13020598. OLE color: 13020598.

HSL color Cylindrical-coordinate representation of color #B6ADC6: hue angle of 261.6º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B6ADC6 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 182 173 198 -
CMYK 0.08 0.13 0 0.22
HSL 261.6º 0.18% 0.73% -
HSV(B) 261.6º 0.13% 0.78% -
XYZ 44.43 43.91 59.56 -
YUV 178.54 138.98 130.47 -
System Red Green Blue C M Y K H S L
Decimal 182 173 198 0.08 0.13 0 0.22 261.6 0.18 0.73
Hex B6 AD C6 8 D 0 16 106 12 49
Octal 266 255 306 10 15 0 26 406 22 111
Binary 10110110 10101101 11000110 1000 1101 0 10110 100000110 10010 1001001

Color Harmonies of #B6ADC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6ADC6

Black with #B6ADC6

Text Example


Text Example

White with #B6ADC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6ADC6; }

 p { color: rgb(182,173,198); }

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

background-color css

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

 a { background-color: rgb(182,173,198); }

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

border-color css

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

 span { border-color: rgb(182,173,198); }

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