#BECBE1

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

Shades of Periwinkle #BECBE1

Tints of Periwinkle #BECBE1

Color information

#BECBE1 (or 0xBECBE1) is unknown color: approx Periwinkle. HEX triplet: BE, CB and E1. RGB value is (190,203,225). Sum of RGB (Red+Green+Blue) = 190+203+225=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 225 (88.28% from 255 or 36.41% from 618); Max value from RGB is 225 - color contains mainly: blue. Hex color #BECBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECBE1 is #41341E. Grayscale: #C9C9C9. Windows color (decimal): -4273183 or 14797758. OLE color: 14797758.

HSL color Cylindrical-coordinate representation of color #BECBE1: hue angle of 217.71º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BECBE1 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190203225-
CMYK0.160.1000.12
HSL217.71º36.84%81.37%-
HSV(B)217.71º15.56%88.24%-
XYZ56.1859.179.68-
YUV201.62141.19119.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.74%
GREEN value IS 203 (79.69% from 255) = 32.85%
BLUE value IS 225 (88.28% from 255) = 36.41%
R=30.74%
G=32.85%
B=36.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902032250.160.1000.12217.7136.8481.37
HexBECBE110A0Cda2551
Octal276313341201201433245121
Binary10111110110010111110000110000101001100110110101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECBE1; }

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

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

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

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

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

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

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

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