#BFAFDD

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

Shades of Moon Raker #BFAFDD

Tints of Moon Raker #BFAFDD

Color information

#BFAFDD (or 0xBFAFDD) is unknown color: approx Moon Raker. HEX triplet: BF, AF and DD. RGB value is (191,175,221). Sum of RGB (Red+Green+Blue) = 191+175+221=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFAFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFDD is #405022. Grayscale: #B8B8B8. Windows color (decimal): -4214819 or 14528447. OLE color: 14528447.

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

Color convert

RGB191175221-
CMYK0.140.2100.13
HSL260.87º40.35%77.65%-
HSV(B)260.87º20.81%86.67%-
XYZ49.8746.9674.84-
YUV185.03148.3132.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.54%
GREEN value IS 175 (68.75% from 255) = 29.81%
BLUE value IS 221 (86.72% from 255) = 37.65%
R=32.54%
G=29.81%
B=37.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911752210.140.2100.13260.8740.3577.65
HexBFAFDDE150D105284e
Octal277257335162501540550116
Binary101111111010111111011101111010101011011000001011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAFDD; }

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

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

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

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

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

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

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

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