#BFACDF

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

Shades of Moon Raker #BFACDF

Tints of Moon Raker #BFACDF

Color information

#BFACDF (or 0xBFACDF) is unknown color: approx Moon Raker. HEX triplet: BF, AC and DF. RGB value is (191,172,223). Sum of RGB (Red+Green+Blue) = 191+172+223=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACDF is #405320. Grayscale: #B7B7B7. Windows color (decimal): -4215585 or 14658751. OLE color: 14658751.

HSL color Cylindrical-coordinate representation of color #BFACDF: hue angle of 262.35º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFACDF is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191172223-
CMYK0.140.2300.13
HSL262.35º44.35%77.45%-
HSV(B)262.35º22.87%87.45%-
XYZ49.5645.9176.06-
YUV183.49150.29133.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.59%
GREEN value IS 172 (67.58% from 255) = 29.35%
BLUE value IS 223 (87.5% from 255) = 38.05%
R=32.59%
G=29.35%
B=38.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911722230.140.2300.13262.3544.3577.45
HexBFACDFE170D1062c4d
Octal277254337162701540654115
Binary101111111010110011011111111010111011011000001101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFACDF; }

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

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

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

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

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

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

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

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