#BCABDF

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

Shades of Moon Raker #BCABDF

Tints of Moon Raker #BCABDF

Color information

#BCABDF (or 0xBCABDF) is unknown color: approx Moon Raker. HEX triplet: BC, AB and DF. RGB value is (188,171,223). Sum of RGB (Red+Green+Blue) = 188+171+223=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCABDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABDF is #435420. Grayscale: #B5B5B5. Windows color (decimal): -4412449 or 14658492. OLE color: 14658492.

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

Color convert

RGB188171223-
CMYK0.160.2300.13
HSL259.62º44.83%77.25%-
HSV(B)259.62º23.32%87.45%-
XYZ48.6245.1475.96-
YUV182.01151.13132.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.30%
GREEN value IS 171 (67.19% from 255) = 29.38%
BLUE value IS 223 (87.5% from 255) = 38.32%
R=32.30%
G=29.38%
B=38.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881712230.160.2300.13259.6244.8377.25
HexBCABDF10170D1042d4d
Octal274253337202701540455115
Binary1011110010101011110111111000010111011011000001001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABDF; }

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

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

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

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

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

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

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

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