#BECBE0

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

Shades of Periwinkle #BECBE0

Tints of Periwinkle #BECBE0

Color information

#BECBE0 (or 0xBECBE0) is unknown color: approx Periwinkle. HEX triplet: BE, CB and E0. RGB value is (190,203,224). Sum of RGB (Red+Green+Blue) = 190+203+224=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 224 (87.89% from 255 or 36.30% from 617); Max value from RGB is 224 - color contains mainly: blue. Hex color #BECBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECBE0 is #41341F. Grayscale: #C9C9C9. Windows color (decimal): -4273184 or 14732222. OLE color: 14732222.

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

Color convert

RGB190203224-
CMYK0.150.0900.12
HSL217.06º35.42%81.18%-
HSV(B)217.06º15.18%87.84%-
XYZ56.0559.0478.96-
YUV201.51140.69119.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.79%
GREEN value IS 203 (79.69% from 255) = 32.90%
BLUE value IS 224 (87.89% from 255) = 36.30%
R=30.79%
G=32.90%
B=36.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902032240.150.0900.12217.0635.4281.18
HexBECBE0F90Cd92351
Octal276313340171101433143121
Binary1011111011001011111000001111100101100110110011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECBE0; }

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

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

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

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

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

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

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

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