Html Css Color HEX #B9ABDB Moon Raker

📋 copy color: '#B9ABDB'

red 185 ◦ green 171 ◦ blue 219

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

Shades of Moon Raker #B9ABDB

Tints of Moon Raker #B9ABDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.09%

R = 32.17%
G = 29.74%
B = 38.09%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B9ABDB (or 0xB9ABDB) is known color: Moon Raker. HEX triplet: B9, AB and DB. RGB value is (185,171,219). Sum of RGB (Red+Green+Blue) = 185+171+219=575 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.17% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9ABDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ABDB is #465424. Grayscale: #B4B4B4. Windows color (decimal): -4609061 or 14396345. OLE color: 14396345.

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

Color convert

RGB 185 171 219 -
CMYK 0.16 0.22 0 0.14
HSL 257.5º 0.4% 0.76% -
HSV(B) 257.5º 0.22% 0.86% -
XYZ 47.36 44.55 73.12 -
YUV 180.66 149.64 131.1 -
System Red Green Blue C M Y K H S L
Decimal 185 171 219 0.16 0.22 0 0.14 257.5 0.4 0.76
Hex B9 AB DB 10 16 0 E 102 28 4C
Octal 271 253 333 20 26 0 16 402 50 114
Binary 10111001 10101011 11011011 10000 10110 0 1110 100000010 101000 1001100

Color Harmonies of #B9ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ABDB

Black with #B9ABDB

Text Example


Text Example

White with #B9ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ABDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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