Html Css Color HEX #B7AADB Moon Raker

📋 copy color: '#B7AADB'

red 183 ◦ green 170 ◦ blue 219

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

Shades of Moon Raker #B7AADB

Tints of Moon Raker #B7AADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.29%

R = 31.99%
G = 29.72%
B = 38.29%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B7AADB (or 0xB7AADB) is known color: Moon Raker. HEX triplet: B7, AA and DB. RGB value is (183,170,219). Sum of RGB (Red+Green+Blue) = 183+170+219=572 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.99% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #B7AADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AADB is #485524. Grayscale: #B3B3B3. Windows color (decimal): -4740389 or 14396087. OLE color: 14396087.

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

Color convert

RGB 183 170 219 -
CMYK 0.16 0.22 0 0.14
HSL 255.92º 0.4% 0.76% -
HSV(B) 255.92º 0.22% 0.86% -
XYZ 46.69 43.93 73.04 -
YUV 179.47 150.31 130.52 -
System Red Green Blue C M Y K H S L
Decimal 183 170 219 0.16 0.22 0 0.14 255.92 0.4 0.76
Hex B7 AA DB 10 16 0 E 100 28 4C
Octal 267 252 333 20 26 0 16 400 50 114
Binary 10110111 10101010 11011011 10000 10110 0 1110 100000000 101000 1001100

Color Harmonies of #B7AADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AADB

Black with #B7AADB

Text Example


Text Example

White with #B7AADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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