#BFAED5

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

Shades of Moon Raker #BFAED5

Tints of Moon Raker #BFAED5

Color information

#BFAED5 (or 0xBFAED5) is unknown color: approx Moon Raker. HEX triplet: BF, AE and D5. RGB value is (191,174,213). Sum of RGB (Red+Green+Blue) = 191+174+213=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 213 (83.59% from 255 or 36.85% from 578); Max value from RGB is 213 - color contains mainly: blue. Hex color #BFAED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAED5 is #40512A. Grayscale: #B7B7B7. Windows color (decimal): -4215083 or 14003903. OLE color: 14003903.

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

Color convert

RGB191174213-
CMYK0.100.1800.16
HSL266.15º31.71%75.88%-
HSV(B)266.15º18.31%83.53%-
XYZ48.6346.1569.3-
YUV183.53144.63133.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.04%
GREEN value IS 174 (68.36% from 255) = 30.10%
BLUE value IS 213 (83.59% from 255) = 36.85%
R=33.04%
G=30.10%
B=36.85%

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
Decimal1911742130.100.1800.16266.1531.7175.88
HexBFAED5A1201010a204c
Octal277256325122202041240114
Binary1011111110101110110101011010100100100001000010101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAED5; }

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

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

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

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

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

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

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

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