#BECAEC

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

Shades of Periwinkle #BECAEC

Tints of Periwinkle #BECAEC

Color information

#BECAEC (or 0xBECAEC) is unknown color: approx Periwinkle. HEX triplet: BE, CA and EC. RGB value is (190,202,236). Sum of RGB (Red+Green+Blue) = 190+202+236=628 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.25% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #BECAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECAEC is #413513. Grayscale: #CACACA. Windows color (decimal): -4273428 or 15518398. OLE color: 15518398.

HSL color Cylindrical-coordinate representation of color #BECAEC: hue angle of 224.35º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BECAEC is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190202236-
CMYK0.190.1400.07
HSL224.35º54.76%83.53%-
HSV(B)224.35º19.49%92.55%-
XYZ57.559.2487.76-
YUV202.29147.02119.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.25%
GREEN value IS 202 (79.30% from 255) = 32.17%
BLUE value IS 236 (92.58% from 255) = 37.58%
R=30.25%
G=32.17%
B=37.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902022360.190.1400.07224.3554.7683.53
HexBECAEC13E07e03754
Octal27631235423160734067124
Binary1011111011001010111011001001111100111111000001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAEC; }

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

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

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

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

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

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

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

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