Html Css Color HEX #B9ABDF Moon Raker

📋 copy color: '#B9ABDF'

red 185 ◦ green 171 ◦ blue 223

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

Shades of Moon Raker #B9ABDF

Tints of Moon Raker #B9ABDF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.53%

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

R = 31.95%
G = 29.53%
B = 38.51%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B9ABDF (or 0xB9ABDF) is known color: Moon Raker. HEX triplet: B9, AB and DF. RGB value is (185,171,223). Sum of RGB (Red+Green+Blue) = 185+171+223=579 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.95% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #B9ABDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ABDF is #465420. Grayscale: #B4B4B4. Windows color (decimal): -4609057 or 14658489. OLE color: 14658489.

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

Color convert

RGB 185 171 223 -
CMYK 0.17 0.23 0 0.13
HSL 256.15º 0.45% 0.77% -
HSV(B) 256.15º 0.23% 0.87% -
XYZ 47.89 44.77 75.93 -
YUV 181.11 151.64 130.77 -
System Red Green Blue C M Y K H S L
Decimal 185 171 223 0.17 0.23 0 0.13 256.15 0.45 0.77
Hex B9 AB DF 11 17 0 D 100 2D 4D
Octal 271 253 337 21 27 0 15 400 55 115
Binary 10111001 10101011 11011111 10001 10111 0 1101 100000000 101101 1001101

Color Harmonies of #B9ABDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ABDF

Black with #B9ABDF

Text Example


Text Example

White with #B9ABDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ABDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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