#BECBEA

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

Shades of Periwinkle #BECBEA

Tints of Periwinkle #BECBEA

Color information

#BECBEA (or 0xBECBEA) is unknown color: approx Periwinkle. HEX triplet: BE, CB and EA. RGB value is (190,203,234). Sum of RGB (Red+Green+Blue) = 190+203+234=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 203 (79.69% from 255 or 32.38% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 234 - color contains mainly: blue. Hex color #BECBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECBEA is #413415. Grayscale: #CACACA. Windows color (decimal): -4273174 or 15387582. OLE color: 15387582.

HSL color Cylindrical-coordinate representation of color #BECBEA: hue angle of 222.27º 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 #BECBEA is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190203234-
CMYK0.190.1300.08
HSL222.27º51.16%83.14%-
HSV(B)222.27º18.8%91.76%-
XYZ57.4459.686.32-
YUV202.65145.69118.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.30%
GREEN value IS 203 (79.69% from 255) = 32.38%
BLUE value IS 234 (91.80% from 255) = 37.32%
R=30.30%
G=32.38%
B=37.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902032340.190.1300.08222.2751.1683.14
HexBECBEA13D08de3353
Octal276313352231501033663123
Binary10111110110010111110101010011110101000110111101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECBEA; }

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

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

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

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

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

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

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

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