Html Css Color HEX #B9ACDD Moon Raker

📋 copy color: '#B9ACDD'

red 185 ◦ green 172 ◦ blue 221

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

Shades of Moon Raker #B9ACDD

Tints of Moon Raker #B9ACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.76%

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

R = 32.01%
G = 29.76%
B = 38.24%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B9ACDD (or 0xB9ACDD) is known color: Moon Raker. HEX triplet: B9, AC and DD. RGB value is (185,172,221). Sum of RGB (Red+Green+Blue) = 185+172+221=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #B9ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ACDD is #465322. Grayscale: #B5B5B5. Windows color (decimal): -4608803 or 14527673. OLE color: 14527673.

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

Color convert

RGB 185 172 221 -
CMYK 0.16 0.22 0 0.13
HSL 255.92º 0.42% 0.77% -
HSV(B) 255.92º 0.22% 0.87% -
XYZ 47.81 45.04 74.58 -
YUV 181.47 150.31 130.52 -
System Red Green Blue C M Y K H S L
Decimal 185 172 221 0.16 0.22 0 0.13 255.92 0.42 0.77
Hex B9 AC DD 10 16 0 D 100 2A 4D
Octal 271 254 335 20 26 0 15 400 52 115
Binary 10111001 10101100 11011101 10000 10110 0 1101 100000000 101010 1001101

Color Harmonies of #B9ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ACDD

Black with #B9ACDD

Text Example


Text Example

White with #B9ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ACDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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