#BFAFD5

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

Shades of Moon Raker #BFAFD5

Tints of Moon Raker #BFAFD5

Color information

#BFAFD5 (or 0xBFAFD5) is unknown color: approx Moon Raker. HEX triplet: BF, AF and D5. RGB value is (191,175,213). Sum of RGB (Red+Green+Blue) = 191+175+213=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 213 (83.59% from 255 or 36.79% from 579); Max value from RGB is 213 - color contains mainly: blue. Hex color #BFAFD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFD5 is #40502A. Grayscale: #B7B7B7. Windows color (decimal): -4214827 or 14004159. OLE color: 14004159.

HSL color Cylindrical-coordinate representation of color #BFAFD5: hue angle of 265.26º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFAFD5 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB191175213-
CMYK0.100.1800.16
HSL265.26º31.15%76.08%-
HSV(B)265.26º17.84%83.53%-
XYZ48.8346.5469.36-
YUV184.12144.3132.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.99%
GREEN value IS 175 (68.75% from 255) = 30.22%
BLUE value IS 213 (83.59% from 255) = 36.79%
R=32.99%
G=30.22%
B=36.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1911752130.100.1800.16265.2631.1576.08
HexBFAFD5A120101091f4c
Octal277257325122202041137114
Binary101111111010111111010101101010010010000100001001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAFD5; }

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

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

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

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

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

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

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

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