Html Css Color HEX #B9A8DC Moon Raker

📋 copy color: '#B9A8DC'

red 185 ◦ green 168 ◦ blue 220

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

Shades of Moon Raker #B9A8DC

Tints of Moon Raker #B9A8DC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.32%

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

R = 32.29%
G = 29.32%
B = 38.39%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B9A8DC (or 0xB9A8DC) is known color: Moon Raker. HEX triplet: B9, A8 and DC. RGB value is (185,168,220). Sum of RGB (Red+Green+Blue) = 185+168+220=573 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.29% from 573); Green value is 168 (66.02% from 255 or 29.32% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #B9A8DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A8DC is #465723. Grayscale: #B2B2B2. Windows color (decimal): -4609828 or 14461113. OLE color: 14461113.

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

Color convert

RGB 185 168 220 -
CMYK 0.16 0.24 0 0.14
HSL 259.62º 0.43% 0.76% -
HSV(B) 259.62º 0.24% 0.86% -
XYZ 46.93 43.49 73.63 -
YUV 179.01 151.13 132.27 -
System Red Green Blue C M Y K H S L
Decimal 185 168 220 0.16 0.24 0 0.14 259.62 0.43 0.76
Hex B9 A8 DC 10 18 0 E 104 2B 4C
Octal 271 250 334 20 30 0 16 404 53 114
Binary 10111001 10101000 11011100 10000 11000 0 1110 100000100 101011 1001100

Color Harmonies of #B9A8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A8DC

Black with #B9A8DC

Text Example


Text Example

White with #B9A8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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