#BEC4F1

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

Shades of Periwinkle #BEC4F1

Tints of Periwinkle #BEC4F1

Color information

#BEC4F1 (or 0xBEC4F1) is unknown color: approx Periwinkle. HEX triplet: BE, C4 and F1. RGB value is (190,196,241). Sum of RGB (Red+Green+Blue) = 190+196+241=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 196 (76.95% from 255 or 31.26% from 627); Blue value is 241 (94.53% from 255 or 38.44% from 627); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEC4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC4F1 is #413B0E. Grayscale: #C7C7C7. Windows color (decimal): -4274959 or 15844542. OLE color: 15844542.

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

Color convert

RGB190196241-
CMYK0.210.1900.05
HSL232.94º64.56%84.51%-
HSV(B)232.94º21.16%94.51%-
XYZ56.8556.7891.18-
YUV199.34151.51121.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.30%
GREEN value IS 196 (76.95% from 255) = 31.26%
BLUE value IS 241 (94.53% from 255) = 38.44%
R=30.30%
G=31.26%
B=38.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901962410.210.1900.05232.9464.5684.51
HexBEC4F1151305e94155
Octal276304361252305351101125
Binary101111101100010011110001101011001101011110100110000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC4F1; }

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

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

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

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

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

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

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

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