Html Css Color HEX #B9A9DF Moon Raker

📋 copy color: '#B9A9DF'

red 185 ◦ green 169 ◦ blue 223

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

Shades of Moon Raker #B9A9DF

Tints of Moon Raker #B9A9DF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.29%

 BLUE value IS 223 (87.5% from 255) = 38.65%

R = 32.06%
G = 29.29%
B = 38.65%

CMYK

 C value IS 0.17

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B9A9DF (or 0xB9A9DF) is known color: Moon Raker. HEX triplet: B9, A9 and DF. RGB value is (185,169,223). Sum of RGB (Red+Green+Blue) = 185+169+223=577 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.06% from 577); Green value is 169 (66.41% from 255 or 29.29% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #B9A9DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A9DF is #465620. Grayscale: #B3B3B3. Windows color (decimal): -4609569 or 14657977. OLE color: 14657977.

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

Color convert

RGB 185 169 223 -
CMYK 0.17 0.24 0 0.13
HSL 257.78º 0.46% 0.77% -
HSV(B) 257.78º 0.24% 0.87% -
XYZ 47.51 44.02 75.8 -
YUV 179.94 152.3 131.61 -
System Red Green Blue C M Y K H S L
Decimal 185 169 223 0.17 0.24 0 0.13 257.78 0.46 0.77
Hex B9 A9 DF 11 18 0 D 102 2E 4D
Octal 271 251 337 21 30 0 15 402 56 115
Binary 10111001 10101001 11011111 10001 11000 0 1101 100000010 101110 1001101

Color Harmonies of #B9A9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A9DF

Black with #B9A9DF

Text Example


Text Example

White with #B9A9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A9DF; }

 p { color: rgb(185,169,223); }

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

background-color css

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

 a { background-color: rgb(185,169,223); }

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

border-color css

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

 span { border-color: rgb(185,169,223); }

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