Html Css Color HEX #B6A9DF Moon Raker

📋 copy color: '#B6A9DF'

red 182 ◦ green 169 ◦ blue 223

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

Shades of Moon Raker #B6A9DF

Tints of Moon Raker #B6A9DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.85%

R = 31.71%
G = 29.44%
B = 38.85%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B6A9DF (or 0xB6A9DF) is known color: Moon Raker. HEX triplet: B6, A9 and DF. RGB value is (182,169,223). Sum of RGB (Red+Green+Blue) = 182+169+223=574 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.71% from 574); Green value is 169 (66.41% from 255 or 29.44% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #B6A9DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A9DF is #495620. Grayscale: #B2B2B2. Windows color (decimal): -4806177 or 14657974. OLE color: 14657974.

HSL color Cylindrical-coordinate representation of color #B6A9DF: hue angle of 254.44º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6A9DF is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 169 223 -
CMYK 0.18 0.24 0 0.13
HSL 254.44º 0.46% 0.77% -
HSV(B) 254.44º 0.24% 0.87% -
XYZ 46.8 43.65 75.77 -
YUV 179.04 152.81 130.11 -
System Red Green Blue C M Y K H S L
Decimal 182 169 223 0.18 0.24 0 0.13 254.44 0.46 0.77
Hex B6 A9 DF 12 18 0 D FE 2E 4D
Octal 266 251 337 22 30 0 15 376 56 115
Binary 10110110 10101001 11011111 10010 11000 0 1101 11111110 101110 1001101

Color Harmonies of #B6A9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A9DF

Black with #B6A9DF

Text Example


Text Example

White with #B6A9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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