Html Css Color HEX #B8AADD Moon Raker

📋 copy color: '#B8AADD'

red 184 ◦ green 170 ◦ blue 221

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

Shades of Moon Raker #B8AADD

Tints of Moon Raker #B8AADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.43%

R = 32%
G = 29.57%
B = 38.43%

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

#B8AADD (or 0xB8AADD) is known color: Moon Raker. HEX triplet: B8, AA and DD. RGB value is (184,170,221). Sum of RGB (Red+Green+Blue) = 184+170+221=575 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #B8AADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AADD is #475522. Grayscale: #B3B3B3. Windows color (decimal): -4674851 or 14527160. OLE color: 14527160.

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

Color convert

RGB 184 170 221 -
CMYK 0.17 0.23 0 0.13
HSL 256.47º 0.43% 0.77% -
HSV(B) 256.47º 0.23% 0.87% -
XYZ 47.19 44.16 74.44 -
YUV 180 151.14 130.85 -
System Red Green Blue C M Y K H S L
Decimal 184 170 221 0.17 0.23 0 0.13 256.47 0.43 0.77
Hex B8 AA DD 11 17 0 D 100 2B 4D
Octal 270 252 335 21 27 0 15 400 53 115
Binary 10111000 10101010 11011101 10001 10111 0 1101 100000000 101011 1001101

Color Harmonies of #B8AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AADD

Black with #B8AADD

Text Example


Text Example

White with #B8AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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