Html Css Color HEX #B8AADC Moon Raker

📋 copy color: '#B8AADC'

red 184 ◦ green 170 ◦ blue 220

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

Shades of Moon Raker #B8AADC

Tints of Moon Raker #B8AADC

RGB

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

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

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

R = 32.06%
G = 29.62%
B = 38.33%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B8AADC (or 0xB8AADC) is known color: Moon Raker. HEX triplet: B8, AA and DC. RGB value is (184,170,220). Sum of RGB (Red+Green+Blue) = 184+170+220=574 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32.06% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #B8AADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AADC is #475523. Grayscale: #B3B3B3. Windows color (decimal): -4674852 or 14461624. OLE color: 14461624.

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

Color convert

RGB 184 170 220 -
CMYK 0.16 0.23 0 0.14
HSL 256.8º 0.42% 0.76% -
HSV(B) 256.8º 0.23% 0.86% -
XYZ 47.06 44.11 73.74 -
YUV 179.89 150.64 130.93 -
System Red Green Blue C M Y K H S L
Decimal 184 170 220 0.16 0.23 0 0.14 256.8 0.42 0.76
Hex B8 AA DC 10 17 0 E 101 2A 4C
Octal 270 252 334 20 27 0 16 401 52 114
Binary 10111000 10101010 11011100 10000 10111 0 1110 100000001 101010 1001100

Color Harmonies of #B8AADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AADC

Black with #B8AADC

Text Example


Text Example

White with #B8AADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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