#BFAFDA

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

Shades of Moon Raker #BFAFDA

Tints of Moon Raker #BFAFDA

Color information

#BFAFDA (or 0xBFAFDA) is unknown color: approx Moon Raker. HEX triplet: BF, AF and DA. RGB value is (191,175,218). Sum of RGB (Red+Green+Blue) = 191+175+218=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #BFAFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFDA is #405025. Grayscale: #B8B8B8. Windows color (decimal): -4214822 or 14331839. OLE color: 14331839.

HSL color Cylindrical-coordinate representation of color #BFAFDA: hue angle of 262.33º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFAFDA is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB191175218-
CMYK0.120.2000.15
HSL262.33º36.75%77.06%-
HSV(B)262.33º19.72%85.49%-
XYZ49.4746.872.76-
YUV184.69146.8132.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.71%
GREEN value IS 175 (68.75% from 255) = 29.97%
BLUE value IS 218 (85.55% from 255) = 37.33%
R=32.71%
G=29.97%
B=37.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1911752180.120.2000.15262.3336.7577.06
HexBFAFDAC140F106254d
Octal277257332142401740645115
Binary101111111010111111011010110010100011111000001101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAFDA; }

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

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

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

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

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

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

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

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