#BCACDD

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

Shades of Moon Raker #BCACDD

Tints of Moon Raker #BCACDD

Color information

#BCACDD (or 0xBCACDD) is unknown color: approx Moon Raker. HEX triplet: BC, AC and DD. RGB value is (188,172,221). Sum of RGB (Red+Green+Blue) = 188+172+221=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 172 (67.58% from 255 or 29.60% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACDD is #435322. Grayscale: #B6B6B6. Windows color (decimal): -4412195 or 14527676. OLE color: 14527676.

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

Color convert

RGB188172221-
CMYK0.150.2200.13
HSL259.59º41.88%77.06%-
HSV(B)259.59º22.17%86.67%-
XYZ48.5445.4274.61-
YUV182.37149.8132.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.36%
GREEN value IS 172 (67.58% from 255) = 29.60%
BLUE value IS 221 (86.72% from 255) = 38.04%
R=32.36%
G=29.60%
B=38.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881722210.150.2200.13259.5941.8877.06
HexBCACDDF160D1042a4d
Octal274254335172601540452115
Binary101111001010110011011101111110110011011000001001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCACDD; }

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

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

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

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

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

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

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

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