#BECAF1

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

Shades of Periwinkle #BECAF1

Tints of Periwinkle #BECAF1

Color information

#BECAF1 (or 0xBECAF1) is unknown color: approx Periwinkle. HEX triplet: BE, CA and F1. RGB value is (190,202,241). Sum of RGB (Red+Green+Blue) = 190+202+241=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 241 - color contains mainly: blue. Hex color #BECAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECAF1 is #41350E. Grayscale: #CACACA. Windows color (decimal): -4273423 or 15846078. OLE color: 15846078.

HSL color Cylindrical-coordinate representation of color #BECAF1: hue angle of 225.88º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BECAF1 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190202241-
CMYK0.210.1600.05
HSL225.88º64.56%84.51%-
HSV(B)225.88º21.16%94.51%-
XYZ58.2359.5491.64-
YUV202.86149.52118.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.02%
GREEN value IS 202 (79.30% from 255) = 31.91%
BLUE value IS 241 (94.53% from 255) = 38.07%
R=30.02%
G=31.91%
B=38.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902022410.210.1600.05225.8864.5684.51
HexBECAF1151005e24155
Octal276312361252005342101125
Binary101111101100101011110001101011000001011110001010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAF1; }

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

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

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

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

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

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

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

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