#BEC4DD

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

Shades of Periwinkle #BEC4DD

Tints of Periwinkle #BEC4DD

Color information

#BEC4DD (or 0xBEC4DD) is unknown color: approx Periwinkle. HEX triplet: BE, C4 and DD. RGB value is (190,196,221). Sum of RGB (Red+Green+Blue) = 190+196+221=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 196 (76.95% from 255 or 32.29% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEC4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC4DD is #413B22. Grayscale: #C4C4C4. Windows color (decimal): -4274979 or 14533822. OLE color: 14533822.

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

Color convert

RGB190196221-
CMYK0.140.1100.13
HSL228.39º31.31%80.59%-
HSV(B)228.39º14.03%86.67%-
XYZ54.0355.6576.3-
YUV197.06141.51122.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.30%
GREEN value IS 196 (76.95% from 255) = 32.29%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=31.30%
G=32.29%
B=36.41%

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
Decimal1901962210.140.1100.13228.3931.3180.59
HexBEC4DDEB0De41f51
Octal276304335161301534437121
Binary101111101100010011011101111010110110111100100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC4DD; }

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

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

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

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

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

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

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

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