#BAACCB

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

Shades of Moon Raker #BAACCB

Tints of Moon Raker #BAACCB

Color information

#BAACCB (or 0xBAACCB) is unknown color: approx Moon Raker. HEX triplet: BA, AC and CB. RGB value is (186,172,203). Sum of RGB (Red+Green+Blue) = 186+172+203=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 203 - color contains mainly: blue. Hex color #BAACCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACCB is #455334. Grayscale: #B3B3B3. Windows color (decimal): -4543285 or 13348026. OLE color: 13348026.

HSL color Cylindrical-coordinate representation of color #BAACCB: hue angle of 267.1º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAACCB is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB186172203-
CMYK0.080.1500.20
HSL267.1º22.96%73.53%-
HSV(B)267.1º15.27%79.61%-
XYZ45.7844.2662.63-
YUV179.72141.14132.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.16%
GREEN value IS 172 (67.58% from 255) = 30.66%
BLUE value IS 203 (79.69% from 255) = 36.19%
R=33.16%
G=30.66%
B=36.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861722030.080.1500.20267.122.9673.53
HexBAACCB8F01410b174a
Octal272254313101702441327112
Binary10111010101011001100101110001111010100100001011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACCB; }

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

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

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

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

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

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

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

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