#BEACC7

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

Shades of Prelude #BEACC7

Tints of Prelude #BEACC7

Color information

#BEACC7 (or 0xBEACC7) is unknown color: approx Prelude. HEX triplet: BE, AC and C7. RGB value is (190,172,199). Sum of RGB (Red+Green+Blue) = 190+172+199=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 199 (78.12% from 255 or 35.47% from 561); Max value from RGB is 199 - color contains mainly: blue. Hex color #BEACC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEACC7 is #415338. Grayscale: #B4B4B4. Windows color (decimal): -4281145 or 13085886. OLE color: 13085886.

HSL color Cylindrical-coordinate representation of color #BEACC7: hue angle of 280º degrees, saturation: 0.19, 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 #BEACC7 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB190172199-
CMYK0.050.1400.22
HSL280º19.42%72.75%-
HSV(B)280º13.57%78.04%-
XYZ46.344.5860.2-
YUV180.46138.46134.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.87%
GREEN value IS 172 (67.58% from 255) = 30.66%
BLUE value IS 199 (78.12% from 255) = 35.47%
R=33.87%
G=30.66%
B=35.47%

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
Decimal1901721990.050.1400.2228019.4272.75
HexBEACC75E0161181349
Octal27625430751602643023111
Binary1011111010101100110001111011110010110100011000100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEACC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEACC7; }

 p { color: rgb(190,172,199); }

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

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

 a { background-color: rgb(190,172,199); }

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

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

 span { border-color: rgb(190,172,199); }

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