Html Css Color HEX #B9A6DC Moon Raker

📋 copy color: '#B9A6DC'

red 185 ◦ green 166 ◦ blue 220

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

Shades of Moon Raker #B9A6DC

Tints of Moon Raker #B9A6DC

RGB

 RED value IS 185 (72.66% from 255) = 32.4%

 GREEN value IS 166 (65.23% from 255) = 29.07%

 BLUE value IS 220 (86.33% from 255) = 38.53%

R = 32.4%
G = 29.07%
B = 38.53%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B9A6DC (or 0xB9A6DC) is known color: Moon Raker. HEX triplet: B9, A6 and DC. RGB value is (185,166,220). Sum of RGB (Red+Green+Blue) = 185+166+220=571 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.40% from 571); Green value is 166 (65.23% from 255 or 29.07% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #B9A6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A6DC is #465923. Grayscale: #B1B1B1. Windows color (decimal): -4610340 or 14460601. OLE color: 14460601.

HSL color Cylindrical-coordinate representation of color #B9A6DC: hue angle of 261.11º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9A6DC is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 166 220 -
CMYK 0.16 0.25 0 0.14
HSL 261.11º 0.44% 0.76% -
HSV(B) 261.11º 0.25% 0.86% -
XYZ 46.56 42.75 73.51 -
YUV 177.84 151.79 133.11 -
System Red Green Blue C M Y K H S L
Decimal 185 166 220 0.16 0.25 0 0.14 261.11 0.44 0.76
Hex B9 A6 DC 10 19 0 E 105 2C 4C
Octal 271 246 334 20 31 0 16 405 54 114
Binary 10111001 10100110 11011100 10000 11001 0 1110 100000101 101100 1001100

Color Harmonies of #B9A6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A6DC

Black with #B9A6DC

Text Example


Text Example

White with #B9A6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A6DC; }

 p { color: rgb(185,166,220); }

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

background-color css

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

 a { background-color: rgb(185,166,220); }

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

border-color css

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

 span { border-color: rgb(185,166,220); }

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