#BCA8DE

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

Shades of Moon Raker #BCA8DE

Tints of Moon Raker #BCA8DE

Color information

#BCA8DE (or 0xBCA8DE) is unknown color: approx Moon Raker. HEX triplet: BC, A8 and DE. RGB value is (188,168,222). Sum of RGB (Red+Green+Blue) = 188+168+222=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 168 (66.02% from 255 or 29.07% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCA8DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA8DE is #435721. Grayscale: #B3B3B3. Windows color (decimal): -4413218 or 14592188. OLE color: 14592188.

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

Color convert

RGB188168222-
CMYK0.150.2400.13
HSL262.22º45%76.47%-
HSV(B)262.22º24.32%87.06%-
XYZ47.9343.9775.07-
YUV180.14151.63133.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.53%
GREEN value IS 168 (66.02% from 255) = 29.07%
BLUE value IS 222 (87.11% from 255) = 38.41%
R=32.53%
G=29.07%
B=38.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881682220.150.2400.13262.224576.47
HexBCA8DEF180D1062d4c
Octal274250336173001540655114
Binary101111001010100011011110111111000011011000001101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA8DE; }

 p { color: rgb(188,168,222); }

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

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

 a { background-color: rgb(188,168,222); }

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

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

 span { border-color: rgb(188,168,222); }

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