#BFAFD0

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

Shades of Moon Raker #BFAFD0

Tints of Moon Raker #BFAFD0

Color information

#BFAFD0 (or 0xBFAFD0) is unknown color: approx Moon Raker. HEX triplet: BF, AF and D0. RGB value is (191,175,208). Sum of RGB (Red+Green+Blue) = 191+175+208=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 208 (81.64% from 255 or 36.24% from 574); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFAFD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFD0 is #40502F. Grayscale: #B7B7B7. Windows color (decimal): -4214832 or 13676479. OLE color: 13676479.

HSL color Cylindrical-coordinate representation of color #BFAFD0: hue angle of 269.09º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFAFD0 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB191175208-
CMYK0.080.1600.18
HSL269.09º25.98%75.1%-
HSV(B)269.09º15.87%81.57%-
XYZ48.246.2966.07-
YUV183.55141.8133.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.28%
GREEN value IS 175 (68.75% from 255) = 30.49%
BLUE value IS 208 (81.64% from 255) = 36.24%
R=33.28%
G=30.49%
B=36.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1911752080.080.1600.18269.0925.9875.1
HexBFAFD081001210d1a4b
Octal277257320102002241532113
Binary101111111010111111010000100010000010010100001101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAFD0; }

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

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

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

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

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

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

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

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