Html Css Color HEX #B6ADC9 Moon Raker

📋 copy color: '#B6ADC9'

red 182 ◦ green 173 ◦ blue 201

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

Shades of Moon Raker #B6ADC9

Tints of Moon Raker #B6ADC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.15%

R = 32.73%
G = 31.12%
B = 36.15%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B6ADC9 (or 0xB6ADC9) is known color: Moon Raker. HEX triplet: B6, AD and C9. RGB value is (182,173,201). Sum of RGB (Red+Green+Blue) = 182+173+201=556 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.73% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 201 (78.91% from 255 or 36.15% from 556); Max value from RGB is 201 - color contains mainly: blue. Hex color #B6ADC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ADC9 is #495236. Grayscale: #B2B2B2. Windows color (decimal): -4805175 or 13217206. OLE color: 13217206.

HSL color Cylindrical-coordinate representation of color #B6ADC9: hue angle of 259.29º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B6ADC9 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 182 173 201 -
CMYK 0.09 0.14 0 0.21
HSL 259.29º 0.21% 0.73% -
HSV(B) 259.29º 0.14% 0.79% -
XYZ 44.78 44.05 61.4 -
YUV 178.88 140.48 130.22 -
System Red Green Blue C M Y K H S L
Decimal 182 173 201 0.09 0.14 0 0.21 259.29 0.21 0.73
Hex B6 AD C9 9 E 0 15 103 15 49
Octal 266 255 311 11 16 0 25 403 25 111
Binary 10110110 10101101 11001001 1001 1110 0 10101 100000011 10101 1001001

Color Harmonies of #B6ADC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6ADC9

Black with #B6ADC9

Text Example


Text Example

White with #B6ADC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6ADC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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