#BCACD7

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

Shades of Moon Raker #BCACD7

Tints of Moon Raker #BCACD7

Color information

#BCACD7 (or 0xBCACD7) is unknown color: approx Moon Raker. HEX triplet: BC, AC and D7. RGB value is (188,172,215). Sum of RGB (Red+Green+Blue) = 188+172+215=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 215 (84.38% from 255 or 37.39% from 575); Max value from RGB is 215 - color contains mainly: blue. Hex color #BCACD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACD7 is #435328. Grayscale: #B5B5B5. Windows color (decimal): -4412201 or 14134460. OLE color: 14134460.

HSL color Cylindrical-coordinate representation of color #BCACD7: hue angle of 262.33º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCACD7 is Cyan = 0.13, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188172215-
CMYK0.130.200.16
HSL262.33º34.96%75.88%-
HSV(B)262.33º20%84.31%-
XYZ47.7645.170.48-
YUV181.69146.8132.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.70%
GREEN value IS 172 (67.58% from 255) = 29.91%
BLUE value IS 215 (84.38% from 255) = 37.39%
R=32.70%
G=29.91%
B=37.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881722150.130.200.16262.3334.9675.88
HexBCACD7D14010106234c
Octal274254327152402040643114
Binary1011110010101100110101111101101000100001000001101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCACD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCACD7; }

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

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

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

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

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

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

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

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