#BEAFCF

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

Shades of Moon Raker #BEAFCF

Tints of Moon Raker #BEAFCF

Color information

#BEAFCF (or 0xBEAFCF) is unknown color: approx Moon Raker. HEX triplet: BE, AF and CF. RGB value is (190,175,207). Sum of RGB (Red+Green+Blue) = 190+175+207=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 207 - color contains mainly: blue. Hex color #BEAFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAFCF is #415030. Grayscale: #B7B7B7. Windows color (decimal): -4280369 or 13610942. OLE color: 13610942.

HSL color Cylindrical-coordinate representation of color #BEAFCF: hue angle of 268.12º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEAFCF is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB190175207-
CMYK0.080.1500.19
HSL268.12º25%74.9%-
HSV(B)268.12º15.46%81.18%-
XYZ47.8346.1165.41-
YUV183.13141.47132.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.22%
GREEN value IS 175 (68.75% from 255) = 30.59%
BLUE value IS 207 (81.25% from 255) = 36.19%
R=33.22%
G=30.59%
B=36.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901752070.080.1500.19268.122574.9
HexBEAFCF8F01310c194b
Octal276257317101702341431113
Binary10111110101011111100111110001111010011100001100110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFCF; }

 p { color: rgb(190,175,207); }

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

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

 a { background-color: rgb(190,175,207); }

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

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

 span { border-color: rgb(190,175,207); }

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