#BEC7DD

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

Shades of Periwinkle #BEC7DD

Tints of Periwinkle #BEC7DD

Color information

#BEC7DD (or 0xBEC7DD) is unknown color: approx Periwinkle. HEX triplet: BE, C7 and DD. RGB value is (190,199,221). Sum of RGB (Red+Green+Blue) = 190+199+221=610 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.15% from 610); Green value is 199 (78.12% from 255 or 32.62% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEC7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC7DD is #413822. Grayscale: #C6C6C6. Windows color (decimal): -4274211 or 14534590. OLE color: 14534590.

HSL color Cylindrical-coordinate representation of color #BEC7DD: hue angle of 222.58º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEC7DD is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190199221-
CMYK0.140.1000.13
HSL222.58º31.31%80.59%-
HSV(B)222.58º14.03%86.67%-
XYZ54.7157.0176.53-
YUV198.82140.52121.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.15%
GREEN value IS 199 (78.12% from 255) = 32.62%
BLUE value IS 221 (86.72% from 255) = 36.23%
R=31.15%
G=32.62%
B=36.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901992210.140.1000.13222.5831.3180.59
HexBEC7DDEA0Ddf1f51
Octal276307335161201533737121
Binary101111101100011111011101111010100110111011111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC7DD; }

 p { color: rgb(190,199,221); }

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

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

 a { background-color: rgb(190,199,221); }

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

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

 span { border-color: rgb(190,199,221); }

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