#BEADC9

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

Shades of Prelude #BEADC9

Tints of Prelude #BEADC9

Color information

#BEADC9 (or 0xBEADC9) is unknown color: approx Prelude. HEX triplet: BE, AD and C9. RGB value is (190,173,201). Sum of RGB (Red+Green+Blue) = 190+173+201=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 201 (78.91% from 255 or 35.64% from 564); Max value from RGB is 201 - color contains mainly: blue. Hex color #BEADC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEADC9 is #415236. Grayscale: #B5B5B5. Windows color (decimal): -4280887 or 13217214. OLE color: 13217214.

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

Color convert

RGB190173201-
CMYK0.050.1400.21
HSL276.43º20.59%73.33%-
HSV(B)276.43º13.93%78.82%-
XYZ46.7245.0561.49-
YUV181.27139.13134.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.69%
GREEN value IS 173 (67.97% from 255) = 30.67%
BLUE value IS 201 (78.91% from 255) = 35.64%
R=33.69%
G=30.67%
B=35.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901732010.050.1400.21276.4320.5973.33
HexBEADC95E0151141549
Octal27625531151602542425111
Binary1011111010101101110010011011110010101100010100101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEADC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEADC9; }

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

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

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

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

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

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

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

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