#BCABD0

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

Shades of Moon Raker #BCABD0

Tints of Moon Raker #BCABD0

Color information

#BCABD0 (or 0xBCABD0) is unknown color: approx Moon Raker. HEX triplet: BC, AB and D0. RGB value is (188,171,208). Sum of RGB (Red+Green+Blue) = 188+171+208=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 208 - color contains mainly: blue. Hex color #BCABD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABD0 is #43542F. Grayscale: #B4B4B4. Windows color (decimal): -4412464 or 13675452. OLE color: 13675452.

HSL color Cylindrical-coordinate representation of color #BCABD0: hue angle of 267.57º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCABD0 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188171208-
CMYK0.100.1800.18
HSL267.57º28.24%74.31%-
HSV(B)267.57º17.79%81.57%-
XYZ46.6944.3765.78-
YUV180.3143.63133.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.16%
GREEN value IS 171 (67.19% from 255) = 30.16%
BLUE value IS 208 (81.64% from 255) = 36.68%
R=33.16%
G=30.16%
B=36.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881712080.100.1800.18267.5728.2474.31
HexBCABD0A1201210c1c4a
Octal274253320122202241434112
Binary101111001010101111010000101010010010010100001100111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABD0; }

 p { color: rgb(188,171,208); }

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

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

 a { background-color: rgb(188,171,208); }

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

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

 span { border-color: rgb(188,171,208); }

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