Html Css Color HEX #B6ACD6 Moon Raker

📋 copy color: '#B6ACD6'

red 182 ◦ green 172 ◦ blue 214

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

Shades of Moon Raker #B6ACD6

Tints of Moon Raker #B6ACD6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.28%

 BLUE value IS 214 (83.98% from 255) = 37.68%

R = 32.04%
G = 30.28%
B = 37.68%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B6ACD6 (or 0xB6ACD6) is known color: Moon Raker. HEX triplet: B6, AC and D6. RGB value is (182,172,214). Sum of RGB (Red+Green+Blue) = 182+172+214=568 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.04% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 214 (83.98% from 255 or 37.68% from 568); Max value from RGB is 214 - color contains mainly: blue. Hex color #B6ACD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ACD6 is #495329. Grayscale: #B3B3B3. Windows color (decimal): -4805418 or 14068918. OLE color: 14068918.

HSL color Cylindrical-coordinate representation of color #B6ACD6: hue angle of 254.29º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B6ACD6 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 182 172 214 -
CMYK 0.15 0.20 0 0.16
HSL 254.29º 0.34% 0.76% -
HSV(B) 254.29º 0.2% 0.84% -
XYZ 46.18 44.31 69.74 -
YUV 179.78 147.31 129.58 -
System Red Green Blue C M Y K H S L
Decimal 182 172 214 0.15 0.20 0 0.16 254.29 0.34 0.76
Hex B6 AC D6 F 14 0 10 FE 22 4C
Octal 266 254 326 17 24 0 20 376 42 114
Binary 10110110 10101100 11010110 1111 10100 0 10000 11111110 100010 1001100

Color Harmonies of #B6ACD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6ACD6

Black with #B6ACD6

Text Example


Text Example

White with #B6ACD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6ACD6; }

 p { color: rgb(182,172,214); }

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

background-color css

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

 a { background-color: rgb(182,172,214); }

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

border-color css

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

 span { border-color: rgb(182,172,214); }

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