Html Css Color HEX #B6ABDD Moon Raker

📋 copy color: '#B6ABDD'

red 182 ◦ green 171 ◦ blue 221

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

Shades of Moon Raker #B6ABDD

Tints of Moon Raker #B6ABDD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.79%

 BLUE value IS 221 (86.72% from 255) = 38.5%

R = 31.71%
G = 29.79%
B = 38.5%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B6ABDD (or 0xB6ABDD) is known color: Moon Raker. HEX triplet: B6, AB and DD. RGB value is (182,171,221). Sum of RGB (Red+Green+Blue) = 182+171+221=574 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.71% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #B6ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ABDD is #495422. Grayscale: #B3B3B3. Windows color (decimal): -4805667 or 14527414. OLE color: 14527414.

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

Color convert

RGB 182 171 221 -
CMYK 0.18 0.23 0 0.13
HSL 253.2º 0.42% 0.77% -
HSV(B) 253.2º 0.23% 0.87% -
XYZ 46.91 44.29 74.48 -
YUV 179.99 151.14 129.43 -
System Red Green Blue C M Y K H S L
Decimal 182 171 221 0.18 0.23 0 0.13 253.2 0.42 0.77
Hex B6 AB DD 12 17 0 D FD 2A 4D
Octal 266 253 335 22 27 0 15 375 52 115
Binary 10110110 10101011 11011101 10010 10111 0 1101 11111101 101010 1001101

Color Harmonies of #B6ABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6ABDD

Black with #B6ABDD

Text Example


Text Example

White with #B6ABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6ABDD; }

 p { color: rgb(182,171,221); }

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

background-color css

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

 a { background-color: rgb(182,171,221); }

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

border-color css

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

 span { border-color: rgb(182,171,221); }

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