#BEACC8

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

Shades of Prelude #BEACC8

Tints of Prelude #BEACC8

Color information

#BEACC8 (or 0xBEACC8) is unknown color: approx Prelude. HEX triplet: BE, AC and C8. RGB value is (190,172,200). Sum of RGB (Red+Green+Blue) = 190+172+200=562 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.81% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 200 (78.52% from 255 or 35.59% from 562); Max value from RGB is 200 - color contains mainly: blue. Hex color #BEACC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEACC8 is #415337. Grayscale: #B4B4B4. Windows color (decimal): -4281144 or 13151422. OLE color: 13151422.

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

Color convert

RGB190172200-
CMYK0.050.1400.22
HSL278.57º20.29%72.94%-
HSV(B)278.57º14%78.43%-
XYZ46.4144.6260.81-
YUV180.57138.96134.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.81%
GREEN value IS 172 (67.58% from 255) = 30.60%
BLUE value IS 200 (78.52% from 255) = 35.59%
R=33.81%
G=30.60%
B=35.59%

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
Decimal1901722000.050.1400.22278.5720.2972.94
HexBEACC85E0161171449
Octal27625431051602642724111
Binary1011111010101100110010001011110010110100010111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEACC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEACC8; }

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

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

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

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

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

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

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

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