Html Css Color HEX #B9A8DD Moon Raker

📋 copy color: '#B9A8DD'

red 185 ◦ green 168 ◦ blue 221

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

Shades of Moon Raker #B9A8DD

Tints of Moon Raker #B9A8DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.5%

R = 32.23%
G = 29.27%
B = 38.5%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B9A8DD (or 0xB9A8DD) is known color: Moon Raker. HEX triplet: B9, A8 and DD. RGB value is (185,168,221). Sum of RGB (Red+Green+Blue) = 185+168+221=574 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.23% from 574); Green value is 168 (66.02% from 255 or 29.27% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #B9A8DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A8DD is #465722. Grayscale: #B2B2B2. Windows color (decimal): -4609827 or 14526649. OLE color: 14526649.

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

Color convert

RGB 185 168 221 -
CMYK 0.16 0.24 0 0.13
HSL 259.25º 0.44% 0.76% -
HSV(B) 259.25º 0.24% 0.87% -
XYZ 47.06 43.54 74.33 -
YUV 179.13 151.63 132.19 -
System Red Green Blue C M Y K H S L
Decimal 185 168 221 0.16 0.24 0 0.13 259.25 0.44 0.76
Hex B9 A8 DD 10 18 0 D 103 2C 4C
Octal 271 250 335 20 30 0 15 403 54 114
Binary 10111001 10101000 11011101 10000 11000 0 1101 100000011 101100 1001100

Color Harmonies of #B9A8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A8DD

Black with #B9A8DD

Text Example


Text Example

White with #B9A8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A8DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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