#BFAFD4

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

Shades of Moon Raker #BFAFD4

Tints of Moon Raker #BFAFD4

Color information

#BFAFD4 (or 0xBFAFD4) is unknown color: approx Moon Raker. HEX triplet: BF, AF and D4. RGB value is (191,175,212). Sum of RGB (Red+Green+Blue) = 191+175+212=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 212 (83.20% from 255 or 36.68% from 578); Max value from RGB is 212 - color contains mainly: blue. Hex color #BFAFD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFD4 is #40502B. Grayscale: #B7B7B7. Windows color (decimal): -4214828 or 13938623. OLE color: 13938623.

HSL color Cylindrical-coordinate representation of color #BFAFD4: hue angle of 265.95º degrees, saturation: 0.3, 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 #BFAFD4 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB191175212-
CMYK0.100.1700.17
HSL265.95º30.08%75.88%-
HSV(B)265.95º17.45%83.14%-
XYZ48.746.4968.69-
YUV184143.8132.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.04%
GREEN value IS 175 (68.75% from 255) = 30.28%
BLUE value IS 212 (83.20% from 255) = 36.68%
R=33.04%
G=30.28%
B=36.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1911752120.100.1700.17265.9530.0875.88
HexBFAFD4A1101110a1e4c
Octal277257324122102141236114
Binary101111111010111111010100101010001010001100001010111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAFD4; }

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

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

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

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

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

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

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

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