#BEACCA

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

Shades of Prelude #BEACCA

Tints of Prelude #BEACCA

Color information

#BEACCA (or 0xBEACCA) is unknown color: approx Prelude. HEX triplet: BE, AC and CA. RGB value is (190,172,202). Sum of RGB (Red+Green+Blue) = 190+172+202=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEACCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEACCA is #415335. Grayscale: #B4B4B4. Windows color (decimal): -4281142 or 13282494. OLE color: 13282494.

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

Color convert

RGB190172202-
CMYK0.060.1500.21
HSL276º22.06%73.33%-
HSV(B)276º14.85%79.22%-
XYZ46.6544.7262.05-
YUV180.8139.96134.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.69%
GREEN value IS 172 (67.58% from 255) = 30.50%
BLUE value IS 202 (79.30% from 255) = 35.82%
R=33.69%
G=30.50%
B=35.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901722020.060.1500.2127622.0673.33
HexBEACCA6F0151141649
Octal27625431261702542426111
Binary1011111010101100110010101101111010101100010100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEACCA; }

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

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

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

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

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

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

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

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