Html Css Color HEX #B9ACDC Moon Raker

📋 copy color: '#B9ACDC'

red 185 ◦ green 172 ◦ blue 220

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

Shades of Moon Raker #B9ACDC

Tints of Moon Raker #B9ACDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.13%

R = 32.06%
G = 29.81%
B = 38.13%

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

#B9ACDC (or 0xB9ACDC) is known color: Moon Raker. HEX triplet: B9, AC and DC. RGB value is (185,172,220). Sum of RGB (Red+Green+Blue) = 185+172+220=577 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.06% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #B9ACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ACDC is #465323. Grayscale: #B5B5B5. Windows color (decimal): -4608804 or 14462137. OLE color: 14462137.

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

Color convert

RGB 185 172 220 -
CMYK 0.16 0.22 0 0.14
HSL 256.25º 0.41% 0.77% -
HSV(B) 256.25º 0.22% 0.86% -
XYZ 47.68 44.99 73.88 -
YUV 181.36 149.81 130.6 -
System Red Green Blue C M Y K H S L
Decimal 185 172 220 0.16 0.22 0 0.14 256.25 0.41 0.77
Hex B9 AC DC 10 16 0 E 100 29 4D
Octal 271 254 334 20 26 0 16 400 51 115
Binary 10111001 10101100 11011100 10000 10110 0 1110 100000000 101001 1001101

Color Harmonies of #B9ACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ACDC

Black with #B9ACDC

Text Example


Text Example

White with #B9ACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ACDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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