#BAACCA

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

Shades of Moon Raker #BAACCA

Tints of Moon Raker #BAACCA

Color information

#BAACCA (or 0xBAACCA) is unknown color: approx Moon Raker. HEX triplet: BA, AC and CA. RGB value is (186,172,202). Sum of RGB (Red+Green+Blue) = 186+172+202=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 202 - color contains mainly: blue. Hex color #BAACCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACCA is #455335. Grayscale: #B3B3B3. Windows color (decimal): -4543286 or 13282490. OLE color: 13282490.

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

Color convert

RGB186172202-
CMYK0.080.1500.21
HSL268º22.06%73.33%-
HSV(B)268º14.85%79.22%-
XYZ45.6644.2162-
YUV179.61140.64132.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.21%
GREEN value IS 172 (67.58% from 255) = 30.71%
BLUE value IS 202 (79.30% from 255) = 36.07%
R=33.21%
G=30.71%
B=36.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861722020.080.1500.2126822.0673.33
HexBAACCA8F01510c1649
Octal272254312101702541426111
Binary10111010101011001100101010001111010101100001100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACCA; }

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

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

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

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

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

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

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

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