Html Css Color HEX #B9ACC9 Moon Raker

📋 copy color: '#B9ACC9'

red 185 ◦ green 172 ◦ blue 201

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

Shades of Moon Raker #B9ACC9

Tints of Moon Raker #B9ACC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.02%

R = 33.15%
G = 30.82%
B = 36.02%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B9ACC9 (or 0xB9ACC9) is known color: Moon Raker. HEX triplet: B9, AC and C9. RGB value is (185,172,201). Sum of RGB (Red+Green+Blue) = 185+172+201=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 201 (78.91% from 255 or 36.02% from 558); Max value from RGB is 201 - color contains mainly: blue. Hex color #B9ACC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ACC9 is #465336. Grayscale: #B3B3B3. Windows color (decimal): -4608823 or 13216953. OLE color: 13216953.

HSL color Cylindrical-coordinate representation of color #B9ACC9: hue angle of 266.9º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9ACC9 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 172 201 -
CMYK 0.08 0.14 0 0.21
HSL 266.9º 0.21% 0.73% -
HSV(B) 266.9º 0.14% 0.79% -
XYZ 45.3 44.04 61.37 -
YUV 179.19 140.31 132.14 -
System Red Green Blue C M Y K H S L
Decimal 185 172 201 0.08 0.14 0 0.21 266.9 0.21 0.73
Hex B9 AC C9 8 E 0 15 10B 15 49
Octal 271 254 311 10 16 0 25 413 25 111
Binary 10111001 10101100 11001001 1000 1110 0 10101 100001011 10101 1001001

Color Harmonies of #B9ACC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ACC9

Black with #B9ACC9

Text Example


Text Example

White with #B9ACC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ACC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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