Html Css Color HEX #B9ABDD Moon Raker

📋 copy color: '#B9ABDD'

red 185 ◦ green 171 ◦ blue 221

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

Shades of Moon Raker #B9ABDD

Tints of Moon Raker #B9ABDD

RGB

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

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

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

R = 32.06%
G = 29.64%
B = 38.3%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B9ABDD (or 0xB9ABDD) is known color: Moon Raker. HEX triplet: B9, AB and DD. RGB value is (185,171,221). Sum of RGB (Red+Green+Blue) = 185+171+221=577 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.06% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #B9ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ABDD is #465422. Grayscale: #B4B4B4. Windows color (decimal): -4609059 or 14527417. OLE color: 14527417.

HSL color Cylindrical-coordinate representation of color #B9ABDD: hue angle of 256.8º degrees, saturation: 0.42, 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 #B9ABDD is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 171 221 -
CMYK 0.16 0.23 0 0.13
HSL 256.8º 0.42% 0.77% -
HSV(B) 256.8º 0.23% 0.87% -
XYZ 47.62 44.66 74.52 -
YUV 180.89 150.64 130.93 -
System Red Green Blue C M Y K H S L
Decimal 185 171 221 0.16 0.23 0 0.13 256.8 0.42 0.77
Hex B9 AB DD 10 17 0 D 101 2A 4D
Octal 271 253 335 20 27 0 15 401 52 115
Binary 10111001 10101011 11011101 10000 10111 0 1101 100000001 101010 1001101

Color Harmonies of #B9ABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ABDD

Black with #B9ABDD

Text Example


Text Example

White with #B9ABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ABDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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