#BEADC6

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

Shades of Prelude #BEADC6

Tints of Prelude #BEADC6

Color information

#BEADC6 (or 0xBEADC6) is unknown color: approx Prelude. HEX triplet: BE, AD and C6. RGB value is (190,173,198). Sum of RGB (Red+Green+Blue) = 190+173+198=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 198 (77.73% from 255 or 35.29% from 561); Max value from RGB is 198 - color contains mainly: blue. Hex color #BEADC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEADC6 is #415239. Grayscale: #B4B4B4. Windows color (decimal): -4280890 or 13020606. OLE color: 13020606.

HSL color Cylindrical-coordinate representation of color #BEADC6: hue angle of 280.8º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEADC6 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB190173198-
CMYK0.040.1300.22
HSL280.8º17.99%72.75%-
HSV(B)280.8º12.63%77.65%-
XYZ46.3744.9159.65-
YUV180.93137.63134.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.87%
GREEN value IS 173 (67.97% from 255) = 30.84%
BLUE value IS 198 (77.73% from 255) = 35.29%
R=33.87%
G=30.84%
B=35.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901731980.040.1300.22280.817.9972.75
HexBEADC64D0161191249
Octal27625530641502643122111
Binary1011111010101101110001101001101010110100011001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEADC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEADC6; }

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

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

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

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

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

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

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

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