Html Css Color HEX #B8AACC Moon Raker

📋 copy color: '#B8AACC'

red 184 ◦ green 170 ◦ blue 204

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

Shades of Moon Raker #B8AACC

Tints of Moon Raker #B8AACC

RGB

 RED value IS 184 (72.27% from 255) = 32.97%

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

 BLUE value IS 204 (80.08% from 255) = 36.56%

R = 32.97%
G = 30.47%
B = 36.56%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B8AACC (or 0xB8AACC) is known color: Moon Raker. HEX triplet: B8, AA and CC. RGB value is (184,170,204). Sum of RGB (Red+Green+Blue) = 184+170+204=558 (73% of max value = 765). Red value is 184 (72.27% from 255 or 32.97% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 204 - color contains mainly: blue. Hex color #B8AACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AACC is #475533. Grayscale: #B1B1B1. Windows color (decimal): -4674868 or 13413048. OLE color: 13413048.

HSL color Cylindrical-coordinate representation of color #B8AACC: hue angle of 264.71º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8AACC is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 184 170 204 -
CMYK 0.10 0.17 0 0.2
HSL 264.71º 0.25% 0.73% -
HSV(B) 264.71º 0.17% 0.8% -
XYZ 45.04 43.3 63.11 -
YUV 178.06 142.64 132.24 -
System Red Green Blue C M Y K H S L
Decimal 184 170 204 0.10 0.17 0 0.2 264.71 0.25 0.73
Hex B8 AA CC A 11 0 14 109 19 49
Octal 270 252 314 12 21 0 24 411 31 111
Binary 10111000 10101010 11001100 1010 10001 0 10100 100001001 11001 1001001

Color Harmonies of #B8AACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AACC

Black with #B8AACC

Text Example


Text Example

White with #B8AACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AACC; }

 p { color: rgb(184,170,204); }

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

background-color css

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

 a { background-color: rgb(184,170,204); }

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

border-color css

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

 span { border-color: rgb(184,170,204); }

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