#BECDEA

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

Shades of Periwinkle #BECDEA

Tints of Periwinkle #BECDEA

Color information

#BECDEA (or 0xBECDEA) is unknown color: approx Periwinkle. HEX triplet: BE, CD and EA. RGB value is (190,205,234). Sum of RGB (Red+Green+Blue) = 190+205+234=629 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.21% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 234 - color contains mainly: blue. Hex color #BECDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECDEA is #413215. Grayscale: #CBCBCB. Windows color (decimal): -4272662 or 15388094. OLE color: 15388094.

HSL color Cylindrical-coordinate representation of color #BECDEA: hue angle of 219.55º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BECDEA is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190205234-
CMYK0.190.1200.08
HSL219.55º51.16%83.14%-
HSV(B)219.55º18.8%91.76%-
XYZ57.9260.5586.48-
YUV203.82145.03118.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.21%
GREEN value IS 205 (80.47% from 255) = 32.59%
BLUE value IS 234 (91.80% from 255) = 37.20%
R=30.21%
G=32.59%
B=37.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902052340.190.1200.08219.5551.1683.14
HexBECDEA13C08dc3353
Octal276315352231401033463123
Binary10111110110011011110101010011110001000110111001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECDEA; }

 p { color: rgb(190,205,234); }

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

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

 a { background-color: rgb(190,205,234); }

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

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

 span { border-color: rgb(190,205,234); }

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