Html Css Color HEX #B9AACE Moon Raker

📋 copy color: '#B9AACE'

red 185 ◦ green 170 ◦ blue 206

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

Shades of Moon Raker #B9AACE

Tints of Moon Raker #B9AACE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.3%

 BLUE value IS 206 (80.86% from 255) = 36.72%

R = 32.98%
G = 30.3%
B = 36.72%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B9AACE (or 0xB9AACE) is known color: Moon Raker. HEX triplet: B9, AA and CE. RGB value is (185,170,206). Sum of RGB (Red+Green+Blue) = 185+170+206=561 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.98% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 206 - color contains mainly: blue. Hex color #B9AACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AACE is #465531. Grayscale: #B2B2B2. Windows color (decimal): -4609330 or 13544121. OLE color: 13544121.

HSL color Cylindrical-coordinate representation of color #B9AACE: hue angle of 265º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9AACE is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 170 206 -
CMYK 0.10 0.17 0 0.19
HSL 265º 0.27% 0.74% -
HSV(B) 265º 0.17% 0.81% -
XYZ 45.52 43.52 64.39 -
YUV 178.59 143.47 132.57 -
System Red Green Blue C M Y K H S L
Decimal 185 170 206 0.10 0.17 0 0.19 265 0.27 0.74
Hex B9 AA CE A 11 0 13 109 1B 4A
Octal 271 252 316 12 21 0 23 411 33 112
Binary 10111001 10101010 11001110 1010 10001 0 10011 100001001 11011 1001010

Color Harmonies of #B9AACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AACE

Black with #B9AACE

Text Example


Text Example

White with #B9AACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AACE; }

 p { color: rgb(185,170,206); }

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

background-color css

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

 a { background-color: rgb(185,170,206); }

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

border-color css

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

 span { border-color: rgb(185,170,206); }

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