#BEC9F0

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

Shades of Periwinkle #BEC9F0

Tints of Periwinkle #BEC9F0

Color information

#BEC9F0 (or 0xBEC9F0) is unknown color: approx Periwinkle. HEX triplet: BE, C9 and F0. RGB value is (190,201,240). Sum of RGB (Red+Green+Blue) = 190+201+240=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 201 (78.91% from 255 or 31.85% from 631); Blue value is 240 (94.14% from 255 or 38.03% from 631); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEC9F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC9F0 is #41360F. Grayscale: #C9C9C9. Windows color (decimal): -4273680 or 15780286. OLE color: 15780286.

HSL color Cylindrical-coordinate representation of color #BEC9F0: hue angle of 226.8º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEC9F0 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB190201240-
CMYK0.210.1600.06
HSL226.8º62.5%84.31%-
HSV(B)226.8º20.83%94.12%-
XYZ57.8559.0190.78-
YUV202.16149.36119.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.11%
GREEN value IS 201 (78.91% from 255) = 31.85%
BLUE value IS 240 (94.14% from 255) = 38.03%
R=30.11%
G=31.85%
B=38.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902012400.210.1600.06226.862.584.31
HexBEC9F0151006e33e54
Octal27631136025200634376124
Binary10111110110010011111000010101100000110111000111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC9F0; }

 p { color: rgb(190,201,240); }

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

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

 a { background-color: rgb(190,201,240); }

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

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

 span { border-color: rgb(190,201,240); }

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