#BEADC8

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

Shades of Prelude #BEADC8

Tints of Prelude #BEADC8

Color information

#BEADC8 (or 0xBEADC8) is unknown color: approx Prelude. HEX triplet: BE, AD and C8. RGB value is (190,173,200). Sum of RGB (Red+Green+Blue) = 190+173+200=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 200 (78.52% from 255 or 35.52% from 563); Max value from RGB is 200 - color contains mainly: blue. Hex color #BEADC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEADC8 is #415237. Grayscale: #B5B5B5. Windows color (decimal): -4280888 or 13151678. OLE color: 13151678.

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

Color convert

RGB190173200-
CMYK0.050.1400.22
HSL277.78º19.71%73.14%-
HSV(B)277.78º13.5%78.43%-
XYZ46.64560.87-
YUV181.16138.63134.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.75%
GREEN value IS 173 (67.97% from 255) = 30.73%
BLUE value IS 200 (78.52% from 255) = 35.52%
R=33.75%
G=30.73%
B=35.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901732000.050.1400.22277.7819.7173.14
HexBEADC85E0161161449
Octal27625531051602642624111
Binary1011111010101101110010001011110010110100010110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEADC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEADC8; }

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

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

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

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

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

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

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

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