#BCABDD

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

Shades of Moon Raker #BCABDD

Tints of Moon Raker #BCABDD

Color information

#BCABDD (or 0xBCABDD) is unknown color: approx Moon Raker. HEX triplet: BC, AB and DD. RGB value is (188,171,221). Sum of RGB (Red+Green+Blue) = 188+171+221=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABDD is #435422. Grayscale: #B5B5B5. Windows color (decimal): -4412451 or 14527420. OLE color: 14527420.

HSL color Cylindrical-coordinate representation of color #BCABDD: hue angle of 260.4º degrees, saturation: 0.42, 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 #BCABDD is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188171221-
CMYK0.150.2300.13
HSL260.4º42.37%76.86%-
HSV(B)260.4º22.62%86.67%-
XYZ48.3545.0474.55-
YUV181.78150.13132.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.41%
GREEN value IS 171 (67.19% from 255) = 29.48%
BLUE value IS 221 (86.72% from 255) = 38.10%
R=32.41%
G=29.48%
B=38.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881712210.150.2300.13260.442.3776.86
HexBCABDDF170D1042a4d
Octal274253335172701540452115
Binary101111001010101111011101111110111011011000001001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABDD; }

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

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

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

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

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

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

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

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