#BAB1CD

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

Shades of Moon Raker #BAB1CD

Tints of Moon Raker #BAB1CD

Color information

#BAB1CD (or 0xBAB1CD) is unknown color: approx Moon Raker. HEX triplet: BA, B1 and CD. RGB value is (186,177,205). Sum of RGB (Red+Green+Blue) = 186+177+205=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 205 - color contains mainly: blue. Hex color #BAB1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB1CD is #454E32. Grayscale: #B6B6B6. Windows color (decimal): -4542003 or 13480378. OLE color: 13480378.

HSL color Cylindrical-coordinate representation of color #BAB1CD: hue angle of 259.29º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAB1CD is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB186177205-
CMYK0.090.1400.20
HSL259.29º21.87%74.9%-
HSV(B)259.29º13.66%80.39%-
XYZ46.9946.2964.22-
YUV182.88140.48130.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.75%
GREEN value IS 177 (69.53% from 255) = 31.16%
BLUE value IS 205 (80.47% from 255) = 36.09%
R=32.75%
G=31.16%
B=36.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861772050.090.1400.20259.2921.8774.9
HexBAB1CD9E014103164b
Octal272261315111602440326113
Binary10111010101100011100110110011110010100100000011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB1CD; }

 p { color: rgb(186,177,205); }

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

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

 a { background-color: rgb(186,177,205); }

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

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

 span { border-color: rgb(186,177,205); }

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