#BEC9E7

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

Shades of Periwinkle #BEC9E7

Tints of Periwinkle #BEC9E7

Color information

#BEC9E7 (or 0xBEC9E7) is unknown color: approx Periwinkle. HEX triplet: BE, C9 and E7. RGB value is (190,201,231). Sum of RGB (Red+Green+Blue) = 190+201+231=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 201 (78.91% from 255 or 32.32% from 622); Blue value is 231 (90.62% from 255 or 37.14% from 622); Max value from RGB is 231 - color contains mainly: blue. Hex color #BEC9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC9E7 is #413618. Grayscale: #C8C8C8. Windows color (decimal): -4273689 or 15190462. OLE color: 15190462.

HSL color Cylindrical-coordinate representation of color #BEC9E7: hue angle of 223.9º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEC9E7 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB190201231-
CMYK0.180.1300.09
HSL223.9º46.07%82.55%-
HSV(B)223.9º17.75%90.59%-
XYZ56.5558.4983.91-
YUV201.13144.86120.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.55%
GREEN value IS 201 (78.91% from 255) = 32.32%
BLUE value IS 231 (90.62% from 255) = 37.14%
R=30.55%
G=32.32%
B=37.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902012310.180.1300.09223.946.0782.55
HexBEC9E712D09e02e53
Octal276311347221501134056123
Binary10111110110010011110011110010110101001111000001011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC9E7; }

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

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

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

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

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

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

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

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