#BFAFD3

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

Shades of Moon Raker #BFAFD3

Tints of Moon Raker #BFAFD3

Color information

#BFAFD3 (or 0xBFAFD3) is unknown color: approx Moon Raker. HEX triplet: BF, AF and D3. RGB value is (191,175,211). Sum of RGB (Red+Green+Blue) = 191+175+211=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 211 (82.81% from 255 or 36.57% from 577); Max value from RGB is 211 - color contains mainly: blue. Hex color #BFAFD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFD3 is #40502C. Grayscale: #B7B7B7. Windows color (decimal): -4214829 or 13873087. OLE color: 13873087.

HSL color Cylindrical-coordinate representation of color #BFAFD3: hue angle of 266.67º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFAFD3 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB191175211-
CMYK0.090.1700.17
HSL266.67º29.03%75.69%-
HSV(B)266.67º17.06%82.75%-
XYZ48.5746.4468.03-
YUV183.89143.3133.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.10%
GREEN value IS 175 (68.75% from 255) = 30.33%
BLUE value IS 211 (82.81% from 255) = 36.57%
R=33.10%
G=30.33%
B=36.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1911752110.090.1700.17266.6729.0375.69
HexBFAFD391101110b1d4c
Octal277257323112102141335114
Binary101111111010111111010011100110001010001100001011111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAFD3; }

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

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

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

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

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

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

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

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