Html Css Color HEX #B9ACDE Moon Raker

📋 copy color: '#B9ACDE'

red 185 ◦ green 172 ◦ blue 222

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

Shades of Moon Raker #B9ACDE

Tints of Moon Raker #B9ACDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.34%

R = 31.95%
G = 29.71%
B = 38.34%

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

#B9ACDE (or 0xB9ACDE) is known color: Moon Raker. HEX triplet: B9, AC and DE. RGB value is (185,172,222). Sum of RGB (Red+Green+Blue) = 185+172+222=579 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.95% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 222 - color contains mainly: blue. Hex color #B9ACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ACDE is #465321. Grayscale: #B5B5B5. Windows color (decimal): -4608802 or 14593209. OLE color: 14593209.

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

Color convert

RGB 185 172 222 -
CMYK 0.17 0.23 0 0.13
HSL 255.6º 0.43% 0.77% -
HSV(B) 255.6º 0.23% 0.87% -
XYZ 47.94 45.09 75.28 -
YUV 181.59 150.81 130.43 -
System Red Green Blue C M Y K H S L
Decimal 185 172 222 0.17 0.23 0 0.13 255.6 0.43 0.77
Hex B9 AC DE 11 17 0 D 100 2B 4D
Octal 271 254 336 21 27 0 15 400 53 115
Binary 10111001 10101100 11011110 10001 10111 0 1101 100000000 101011 1001101

Color Harmonies of #B9ACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ACDE

Black with #B9ACDE

Text Example


Text Example

White with #B9ACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ACDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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