#BECAF5

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

Shades of Periwinkle #BECAF5

Tints of Periwinkle #BECAF5

Color information

#BECAF5 (or 0xBECAF5) is unknown color: approx Periwinkle. HEX triplet: BE, CA and F5. RGB value is (190,202,245). Sum of RGB (Red+Green+Blue) = 190+202+245=637 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.83% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 245 (96.09% from 255 or 38.46% from 637); Max value from RGB is 245 - color contains mainly: blue. Hex color #BECAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECAF5 is #41350A. Grayscale: #CBCBCB. Windows color (decimal): -4273419 or 16108222. OLE color: 16108222.

HSL color Cylindrical-coordinate representation of color #BECAF5: hue angle of 226.91º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BECAF5 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB190202245-
CMYK0.220.1800.04
HSL226.91º73.33%85.29%-
HSV(B)226.91º22.45%96.08%-
XYZ58.8459.7894.82-
YUV203.31151.52118.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.83%
GREEN value IS 202 (79.30% from 255) = 31.71%
BLUE value IS 245 (96.09% from 255) = 38.46%
R=29.83%
G=31.71%
B=38.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902022450.220.1800.04226.9173.3385.29
HexBECAF5161204e34955
Octal276312365262204343111125
Binary101111101100101011110101101101001001001110001110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAF5; }

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

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

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

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

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

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

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

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