Html Css Color HEX #B7A6DC Moon Raker

📋 copy color: '#B7A6DC'

red 183 ◦ green 166 ◦ blue 220

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

Shades of Moon Raker #B7A6DC

Tints of Moon Raker #B7A6DC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.17%

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

R = 32.16%
G = 29.17%
B = 38.66%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B7A6DC (or 0xB7A6DC) is known color: Moon Raker. HEX triplet: B7, A6 and DC. RGB value is (183,166,220). Sum of RGB (Red+Green+Blue) = 183+166+220=569 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.16% from 569); Green value is 166 (65.23% from 255 or 29.17% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #B7A6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A6DC is #485923. Grayscale: #B1B1B1. Windows color (decimal): -4741412 or 14460599. OLE color: 14460599.

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

Color convert

RGB 183 166 220 -
CMYK 0.17 0.25 0 0.14
HSL 258.89º 0.44% 0.76% -
HSV(B) 258.89º 0.25% 0.86% -
XYZ 46.08 42.51 73.49 -
YUV 177.24 152.13 132.11 -
System Red Green Blue C M Y K H S L
Decimal 183 166 220 0.17 0.25 0 0.14 258.89 0.44 0.76
Hex B7 A6 DC 11 19 0 E 103 2C 4C
Octal 267 246 334 21 31 0 16 403 54 114
Binary 10110111 10100110 11011100 10001 11001 0 1110 100000011 101100 1001100

Color Harmonies of #B7A6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A6DC

Black with #B7A6DC

Text Example


Text Example

White with #B7A6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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