#BEC5DD

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

Shades of Periwinkle #BEC5DD

Tints of Periwinkle #BEC5DD

Color information

#BEC5DD (or 0xBEC5DD) is unknown color: approx Periwinkle. HEX triplet: BE, C5 and DD. RGB value is (190,197,221). Sum of RGB (Red+Green+Blue) = 190+197+221=608 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.25% from 608); Green value is 197 (77.34% from 255 or 32.40% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEC5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC5DD is #413A22. Grayscale: #C5C5C5. Windows color (decimal): -4274723 or 14534078. OLE color: 14534078.

HSL color Cylindrical-coordinate representation of color #BEC5DD: hue angle of 226.45º 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 #BEC5DD is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190197221-
CMYK0.140.1100.13
HSL226.45º31.31%80.59%-
HSV(B)226.45º14.03%86.67%-
XYZ54.2556.176.38-
YUV197.64141.18122.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.25%
GREEN value IS 197 (77.34% from 255) = 32.40%
BLUE value IS 221 (86.72% from 255) = 36.35%
R=31.25%
G=32.40%
B=36.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901972210.140.1100.13226.4531.3180.59
HexBEC5DDEB0De21f51
Octal276305335161301534237121
Binary101111101100010111011101111010110110111100010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC5DD; }

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

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

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

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

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

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

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

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