#BCABD4

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

Shades of Moon Raker #BCABD4

Tints of Moon Raker #BCABD4

Color information

#BCABD4 (or 0xBCABD4) is unknown color: approx Moon Raker. HEX triplet: BC, AB and D4. RGB value is (188,171,212). Sum of RGB (Red+Green+Blue) = 188+171+212=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 212 (83.20% from 255 or 37.13% from 571); Max value from RGB is 212 - color contains mainly: blue. Hex color #BCABD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABD4 is #43542B. Grayscale: #B4B4B4. Windows color (decimal): -4412460 or 13937596. OLE color: 13937596.

HSL color Cylindrical-coordinate representation of color #BCABD4: hue angle of 264.88º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCABD4 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB188171212-
CMYK0.110.1900.17
HSL264.88º32.28%75.1%-
HSV(B)264.88º19.34%83.14%-
XYZ47.1944.5768.4-
YUV180.76145.63133.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.92%
GREEN value IS 171 (67.19% from 255) = 29.95%
BLUE value IS 212 (83.20% from 255) = 37.13%
R=32.92%
G=29.95%
B=37.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1881712120.110.1900.17264.8832.2875.1
HexBCABD4B13011109204b
Octal274253324132302141140113
Binary1011110010101011110101001011100110100011000010011000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABD4; }

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

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

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

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

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

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

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

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