#BCAADA

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

Shades of Moon Raker #BCAADA

Tints of Moon Raker #BCAADA

Color information

#BCAADA (or 0xBCAADA) is unknown color: approx Moon Raker. HEX triplet: BC, AA and DA. RGB value is (188,170,218). Sum of RGB (Red+Green+Blue) = 188+170+218=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCAADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAADA is #435525. Grayscale: #B4B4B4. Windows color (decimal): -4412710 or 14330556. OLE color: 14330556.

HSL color Cylindrical-coordinate representation of color #BCAADA: hue angle of 262.5º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCAADA is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188170218-
CMYK0.140.2200.15
HSL262.5º39.34%76.08%-
HSV(B)262.5º22.02%85.49%-
XYZ47.7744.572.4-
YUV180.85148.96133.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.64%
GREEN value IS 170 (66.80% from 255) = 29.51%
BLUE value IS 218 (85.55% from 255) = 37.85%
R=32.64%
G=29.51%
B=37.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881702180.140.2200.15262.539.3476.08
HexBCAADAE160F106274c
Octal274252332162601740647114
Binary101111001010101011011010111010110011111000001101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAADA; }

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

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

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

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

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

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

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

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