#BCAADF

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

Shades of Moon Raker #BCAADF

Tints of Moon Raker #BCAADF

Color information

#BCAADF (or 0xBCAADF) is unknown color: approx Moon Raker. HEX triplet: BC, AA and DF. RGB value is (188,170,223). Sum of RGB (Red+Green+Blue) = 188+170+223=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCAADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAADF is #435520. Grayscale: #B5B5B5. Windows color (decimal): -4412705 or 14658236. OLE color: 14658236.

HSL color Cylindrical-coordinate representation of color #BCAADF: hue angle of 260.38º degrees, saturation: 0.45, 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 #BCAADF is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188170223-
CMYK0.160.2400.13
HSL260.38º45.3%77.06%-
HSV(B)260.38º23.77%87.45%-
XYZ48.4344.7775.9-
YUV181.42151.46132.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.36%
GREEN value IS 170 (66.80% from 255) = 29.26%
BLUE value IS 223 (87.5% from 255) = 38.38%
R=32.36%
G=29.26%
B=38.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881702230.160.2400.13260.3845.377.06
HexBCAADF10180D1042d4d
Octal274252337203001540455115
Binary1011110010101010110111111000011000011011000001001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAADF; }

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

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

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

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

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

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

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

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