#BEAFCD

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

Shades of Moon Raker #BEAFCD

Tints of Moon Raker #BEAFCD

Color information

#BEAFCD (or 0xBEAFCD) is unknown color: approx Moon Raker. HEX triplet: BE, AF and CD. RGB value is (190,175,205). Sum of RGB (Red+Green+Blue) = 190+175+205=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 205 - color contains mainly: blue. Hex color #BEAFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAFCD is #415032. Grayscale: #B6B6B6. Windows color (decimal): -4280371 or 13479870. OLE color: 13479870.

HSL color Cylindrical-coordinate representation of color #BEAFCD: hue angle of 270º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEAFCD is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB190175205-
CMYK0.070.1500.20
HSL270º23.08%74.51%-
HSV(B)270º14.63%80.39%-
XYZ47.5846.0164.13-
YUV182.9140.47133.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.33%
GREEN value IS 175 (68.75% from 255) = 30.70%
BLUE value IS 205 (80.47% from 255) = 35.96%
R=33.33%
G=30.70%
B=35.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901752050.070.1500.2027023.0874.51
HexBEAFCD7F01410e174b
Octal27625731571702441627113
Binary1011111010101111110011011111111010100100001110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFCD; }

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

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

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

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

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

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

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

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