Html Css Color HEX #B6A9DC Moon Raker

📋 copy color: '#B6A9DC'

red 182 ◦ green 169 ◦ blue 220

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

Shades of Moon Raker #B6A9DC

Tints of Moon Raker #B6A9DC

RGB

 RED value IS 182 (71.48% from 255) = 31.87%

 GREEN value IS 169 (66.41% from 255) = 29.6%

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

R = 31.87%
G = 29.6%
B = 38.53%

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

#B6A9DC (or 0xB6A9DC) is known color: Moon Raker. HEX triplet: B6, A9 and DC. RGB value is (182,169,220). Sum of RGB (Red+Green+Blue) = 182+169+220=571 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.87% from 571); Green value is 169 (66.41% from 255 or 29.60% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #B6A9DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A9DC is #495623. Grayscale: #B2B2B2. Windows color (decimal): -4806180 or 14461366. OLE color: 14461366.

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

Color convert

RGB 182 169 220 -
CMYK 0.17 0.23 0 0.14
HSL 255.29º 0.42% 0.76% -
HSV(B) 255.29º 0.23% 0.86% -
XYZ 46.4 43.49 73.66 -
YUV 178.7 151.31 130.35 -
System Red Green Blue C M Y K H S L
Decimal 182 169 220 0.17 0.23 0 0.14 255.29 0.42 0.76
Hex B6 A9 DC 11 17 0 E FF 2A 4C
Octal 266 251 334 21 27 0 16 377 52 114
Binary 10110110 10101001 11011100 10001 10111 0 1110 11111111 101010 1001100

Color Harmonies of #B6A9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A9DC

Black with #B6A9DC

Text Example


Text Example

White with #B6A9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A9DC; }

 p { color: rgb(182,169,220); }

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

background-color css

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

 a { background-color: rgb(182,169,220); }

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

border-color css

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

 span { border-color: rgb(182,169,220); }

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