#BED6F9

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

Shades of Periwinkle #BED6F9

Tints of Periwinkle #BED6F9

Color information

#BED6F9 (or 0xBED6F9) is unknown color: approx Periwinkle. HEX triplet: BE, D6 and F9. RGB value is (190,214,249). Sum of RGB (Red+Green+Blue) = 190+214+249=653 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.10% from 653); Green value is 214 (83.98% from 255 or 32.77% from 653); Blue value is 249 (97.66% from 255 or 38.13% from 653); Max value from RGB is 249 - color contains mainly: blue. Hex color #BED6F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED6F9 is #412906. Grayscale: #D2D2D2. Windows color (decimal): -4270343 or 16373438. OLE color: 16373438.

HSL color Cylindrical-coordinate representation of color #BED6F9: hue angle of 215.59º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BED6F9 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190214249-
CMYK0.240.1400.02
HSL215.59º83.1%86.08%-
HSV(B)215.59º23.69%97.65%-
XYZ62.3865.8899.05-
YUV210.81149.55113.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.10%
GREEN value IS 214 (83.98% from 255) = 32.77%
BLUE value IS 249 (97.66% from 255) = 38.13%
R=29.10%
G=32.77%
B=38.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902142490.240.1400.02215.5983.186.08
HexBED6F918E02d85356
Octal276326371301602330123126
Binary1011111011010110111110011100011100101101100010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED6F9; }

 p { color: rgb(190,214,249); }

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

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

 a { background-color: rgb(190,214,249); }

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

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

 span { border-color: rgb(190,214,249); }

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