#BEADD4

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

Shades of Moon Raker #BEADD4

Tints of Moon Raker #BEADD4

Color information

#BEADD4 (or 0xBEADD4) is unknown color: approx Moon Raker. HEX triplet: BE, AD and D4. RGB value is (190,173,212). Sum of RGB (Red+Green+Blue) = 190+173+212=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 212 (83.20% from 255 or 36.87% from 575); Max value from RGB is 212 - color contains mainly: blue. Hex color #BEADD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEADD4 is #41522B. Grayscale: #B6B6B6. Windows color (decimal): -4280876 or 13938110. OLE color: 13938110.

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

Color convert

RGB190173212-
CMYK0.100.1800.17
HSL266.15º31.2%75.49%-
HSV(B)266.15º18.4%83.14%-
XYZ48.0645.5968.55-
YUV182.53144.63133.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.04%
GREEN value IS 173 (67.97% from 255) = 30.09%
BLUE value IS 212 (83.20% from 255) = 36.87%
R=33.04%
G=30.09%
B=36.87%

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
Decimal1901732120.100.1800.17266.1531.275.49
HexBEADD4A1201110a1f4b
Octal276255324122202141237113
Binary101111101010110111010100101010010010001100001010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEADD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEADD4; }

 p { color: rgb(190,173,212); }

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

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

 a { background-color: rgb(190,173,212); }

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

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

 span { border-color: rgb(190,173,212); }

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