Html Css Color HEX #B7AADC Moon Raker

📋 copy color: '#B7AADC'

red 183 ◦ green 170 ◦ blue 220

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

Shades of Moon Raker #B7AADC

Tints of Moon Raker #B7AADC

RGB

 RED value IS 183 (71.88% from 255) = 31.94%

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

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

R = 31.94%
G = 29.67%
B = 38.39%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B7AADC (or 0xB7AADC) is known color: Moon Raker. HEX triplet: B7, AA and DC. RGB value is (183,170,220). Sum of RGB (Red+Green+Blue) = 183+170+220=573 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.94% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #B7AADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AADC is #485523. Grayscale: #B3B3B3. Windows color (decimal): -4740388 or 14461623. OLE color: 14461623.

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

Color convert

RGB 183 170 220 -
CMYK 0.17 0.23 0 0.14
HSL 255.6º 0.42% 0.76% -
HSV(B) 255.6º 0.23% 0.86% -
XYZ 46.82 43.98 73.73 -
YUV 179.59 150.81 130.43 -
System Red Green Blue C M Y K H S L
Decimal 183 170 220 0.17 0.23 0 0.14 255.6 0.42 0.76
Hex B7 AA DC 11 17 0 E 100 2A 4C
Octal 267 252 334 21 27 0 16 400 52 114
Binary 10110111 10101010 11011100 10001 10111 0 1110 100000000 101010 1001100

Color Harmonies of #B7AADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AADC

Black with #B7AADC

Text Example


Text Example

White with #B7AADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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