#BFACDA

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

Shades of Moon Raker #BFACDA

Tints of Moon Raker #BFACDA

Color information

#BFACDA (or 0xBFACDA) is unknown color: approx Moon Raker. HEX triplet: BF, AC and DA. RGB value is (191,172,218). Sum of RGB (Red+Green+Blue) = 191+172+218=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 172 (67.58% from 255 or 29.60% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 218 - color contains mainly: blue. Hex color #BFACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACDA is #405325. Grayscale: #B6B6B6. Windows color (decimal): -4215590 or 14331071. OLE color: 14331071.

HSL color Cylindrical-coordinate representation of color #BFACDA: hue angle of 264.78º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFACDA is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB191172218-
CMYK0.120.2100.15
HSL264.78º38.33%76.47%-
HSV(B)264.78º21.1%85.49%-
XYZ48.8945.6472.56-
YUV182.92147.79133.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.87%
GREEN value IS 172 (67.58% from 255) = 29.60%
BLUE value IS 218 (85.55% from 255) = 37.52%
R=32.87%
G=29.60%
B=37.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1911722180.120.2100.15264.7838.3376.47
HexBFACDAC150F109264c
Octal277254332142501741146114
Binary101111111010110011011010110010101011111000010011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFACDA; }

 p { color: rgb(191,172,218); }

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

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

 a { background-color: rgb(191,172,218); }

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

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

 span { border-color: rgb(191,172,218); }

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