#BEADCA

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

Shades of Prelude #BEADCA

Tints of Prelude #BEADCA

Color information

#BEADCA (or 0xBEADCA) is unknown color: approx Prelude. HEX triplet: BE, AD and CA. RGB value is (190,173,202). Sum of RGB (Red+Green+Blue) = 190+173+202=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEADCA is #415235. Grayscale: #B5B5B5. Windows color (decimal): -4280886 or 13282750. OLE color: 13282750.

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

Color convert

RGB190173202-
CMYK0.060.1400.21
HSL275.17º21.48%73.53%-
HSV(B)275.17º14.36%79.22%-
XYZ46.8445.162.11-
YUV181.39139.63134.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.63%
GREEN value IS 173 (67.97% from 255) = 30.62%
BLUE value IS 202 (79.30% from 255) = 35.75%
R=33.63%
G=30.62%
B=35.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901732020.060.1400.21275.1721.4873.53
HexBEADCA6E015113154a
Octal27625531261602542325112
Binary1011111010101101110010101101110010101100010011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEADCA; }

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

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

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

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

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

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

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

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