#BCAADD

Color #BCAADD Moon Raker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Raker #BCAADD

Tints of Moon Raker #BCAADD

Color information

#BCAADD (or 0xBCAADD) is unknown color: approx Moon Raker. HEX triplet: BC, AA and DD. RGB value is (188,170,221). Sum of RGB (Red+Green+Blue) = 188+170+221=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCAADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAADD is #435522. Grayscale: #B5B5B5. Windows color (decimal): -4412707 or 14527164. OLE color: 14527164.

HSL color Cylindrical-coordinate representation of color #BCAADD: hue angle of 261.18º degrees, saturation: 0.43, 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 #BCAADD is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188170221-
CMYK0.150.2300.13
HSL261.18º42.86%76.67%-
HSV(B)261.18º23.08%86.67%-
XYZ48.1644.6674.49-
YUV181.2150.46132.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.47%
GREEN value IS 170 (66.80% from 255) = 29.36%
BLUE value IS 221 (86.72% from 255) = 38.17%
R=32.47%
G=29.36%
B=38.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881702210.150.2300.13261.1842.8676.67
HexBCAADDF170D1052b4d
Octal274252335172701540553115
Binary101111001010101011011101111110111011011000001011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAADD; }

 p { color: rgb(188,170,221); }

 H1.HeaderClassName
 {
   color: #BCAADD;
 }
 .AnyTagClassName
 {
   color: #BCAADD;
 }
</style>
background-color css

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

 a { background-color: rgb(188,170,221); }

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

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

 span { border-color: rgb(188,170,221); }

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