#BCABDB

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

Shades of Moon Raker #BCABDB

Tints of Moon Raker #BCABDB

Color information

#BCABDB (or 0xBCABDB) is unknown color: approx Moon Raker. HEX triplet: BC, AB and DB. RGB value is (188,171,219). Sum of RGB (Red+Green+Blue) = 188+171+219=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCABDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABDB is #435424. Grayscale: #B5B5B5. Windows color (decimal): -4412453 or 14396348. OLE color: 14396348.

HSL color Cylindrical-coordinate representation of color #BCABDB: hue angle of 261.25º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCABDB is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188171219-
CMYK0.140.2200.14
HSL261.25º40%76.47%-
HSV(B)261.25º21.92%85.88%-
XYZ48.0944.9373.16-
YUV181.56149.13132.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.53%
GREEN value IS 171 (67.19% from 255) = 29.58%
BLUE value IS 219 (85.94% from 255) = 37.89%
R=32.53%
G=29.58%
B=37.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881712190.140.2200.14261.254076.47
HexBCABDBE160E105284c
Octal274253333162601640550114
Binary101111001010101111011011111010110011101000001011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABDB; }

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

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

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

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

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

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

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

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