#BEA7C9

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

Shades of Prelude #BEA7C9

Tints of Prelude #BEA7C9

Color information

#BEA7C9 (or 0xBEA7C9) is unknown color: approx Prelude. HEX triplet: BE, A7 and C9. RGB value is (190,167,201). Sum of RGB (Red+Green+Blue) = 190+167+201=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 167 (65.62% from 255 or 29.93% from 558); Blue value is 201 (78.91% from 255 or 36.02% from 558); Max value from RGB is 201 - color contains mainly: blue. Hex color #BEA7C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA7C9 is #415836. Grayscale: #B1B1B1. Windows color (decimal): -4282423 or 13215678. OLE color: 13215678.

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

Color convert

RGB190167201-
CMYK0.050.1700.21
HSL280.59º23.94%72.16%-
HSV(B)280.59º16.92%78.82%-
XYZ45.642.861.12-
YUV177.75141.12136.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.05%
GREEN value IS 167 (65.62% from 255) = 29.93%
BLUE value IS 201 (78.91% from 255) = 36.02%
R=34.05%
G=29.93%
B=36.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901672010.050.1700.21280.5923.9472.16
HexBEA7C95110151191848
Octal27624731152102543130110
Binary10111110101001111100100110110001010101100011001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA7C9; }

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

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

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

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

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

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

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

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