#BEC3D9

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

Shades of Periwinkle #BEC3D9

Tints of Periwinkle #BEC3D9

Color information

#BEC3D9 (or 0xBEC3D9) is unknown color: approx Periwinkle. HEX triplet: BE, C3 and D9. RGB value is (190,195,217). Sum of RGB (Red+Green+Blue) = 190+195+217=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 195 (76.56% from 255 or 32.39% from 602); Blue value is 217 (85.16% from 255 or 36.05% from 602); Max value from RGB is 217 - color contains mainly: blue. Hex color #BEC3D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC3D9 is #413C26. Grayscale: #C3C3C3. Windows color (decimal): -4275239 or 14271422. OLE color: 14271422.

HSL color Cylindrical-coordinate representation of color #BEC3D9: hue angle of 228.89º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEC3D9 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB190195217-
CMYK0.120.1000.15
HSL228.89º26.21%79.8%-
HSV(B)228.89º12.44%85.1%-
XYZ53.2754.9973.45-
YUV196.01139.84123.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.56%
GREEN value IS 195 (76.56% from 255) = 32.39%
BLUE value IS 217 (85.16% from 255) = 36.05%
R=31.56%
G=32.39%
B=36.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901952170.120.1000.15228.8926.2179.8
HexBEC3D9CA0Fe51a50
Octal276303331141201734532120
Binary101111101100001111011001110010100111111100101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC3D9; }

 p { color: rgb(190,195,217); }

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

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

 a { background-color: rgb(190,195,217); }

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

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

 span { border-color: rgb(190,195,217); }

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