#BAADCA

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

Shades of Moon Raker #BAADCA

Tints of Moon Raker #BAADCA

Color information

#BAADCA (or 0xBAADCA) is unknown color: approx Moon Raker. HEX triplet: BA, AD and CA. RGB value is (186,173,202). Sum of RGB (Red+Green+Blue) = 186+173+202=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 202 - color contains mainly: blue. Hex color #BAADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADCA is #455235. Grayscale: #B4B4B4. Windows color (decimal): -4543030 or 13282746. OLE color: 13282746.

HSL color Cylindrical-coordinate representation of color #BAADCA: hue angle of 266.9º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAADCA is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB186173202-
CMYK0.080.1400.21
HSL266.9º21.48%73.53%-
HSV(B)266.9º14.36%79.22%-
XYZ45.8544.5962.07-
YUV180.19140.31132.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.16%
GREEN value IS 173 (67.97% from 255) = 30.84%
BLUE value IS 202 (79.30% from 255) = 36.01%
R=33.16%
G=30.84%
B=36.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861732020.080.1400.21266.921.4873.53
HexBAADCA8E01510b154a
Octal272255312101602541325112
Binary10111010101011011100101010001110010101100001011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAADCA; }

 p { color: rgb(186,173,202); }

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

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

 a { background-color: rgb(186,173,202); }

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

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

 span { border-color: rgb(186,173,202); }

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