#BFAED4

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

Shades of Moon Raker #BFAED4

Tints of Moon Raker #BFAED4

Color information

#BFAED4 (or 0xBFAED4) is unknown color: approx Moon Raker. HEX triplet: BF, AE and D4. RGB value is (191,174,212). Sum of RGB (Red+Green+Blue) = 191+174+212=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 212 (83.20% from 255 or 36.74% from 577); Max value from RGB is 212 - color contains mainly: blue. Hex color #BFAED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAED4 is #40512B. Grayscale: #B7B7B7. Windows color (decimal): -4215084 or 13938367. OLE color: 13938367.

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

Color convert

RGB191174212-
CMYK0.100.1800.17
HSL266.84º30.65%75.69%-
HSV(B)266.84º17.92%83.14%-
XYZ48.5146.168.63-
YUV183.42144.13133.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.10%
GREEN value IS 174 (68.36% from 255) = 30.16%
BLUE value IS 212 (83.20% from 255) = 36.74%
R=33.10%
G=30.16%
B=36.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1911742120.100.1800.17266.8430.6575.69
HexBFAED4A1201110b1f4c
Octal277256324122202141337114
Binary101111111010111011010100101010010010001100001011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAED4; }

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

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

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

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

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

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

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

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