#BED5F9

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

Shades of Periwinkle #BED5F9

Tints of Periwinkle #BED5F9

Color information

#BED5F9 (or 0xBED5F9) is unknown color: approx Periwinkle. HEX triplet: BE, D5 and F9. RGB value is (190,213,249). Sum of RGB (Red+Green+Blue) = 190+213+249=652 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.14% from 652); Green value is 213 (83.59% from 255 or 32.67% from 652); Blue value is 249 (97.66% from 255 or 38.19% from 652); Max value from RGB is 249 - color contains mainly: blue. Hex color #BED5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED5F9 is #412A06. Grayscale: #D2D2D2. Windows color (decimal): -4270599 or 16373182. OLE color: 16373182.

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

Color convert

RGB190213249-
CMYK0.240.1400.02
HSL216.61º83.1%86.08%-
HSV(B)216.61º23.69%97.65%-
XYZ62.1365.3898.97-
YUV210.23149.88113.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.14%
GREEN value IS 213 (83.59% from 255) = 32.67%
BLUE value IS 249 (97.66% from 255) = 38.19%
R=29.14%
G=32.67%
B=38.19%

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
Decimal1902132490.240.1400.02216.6183.186.08
HexBED5F918E02d95356
Octal276325371301602331123126
Binary1011111011010101111110011100011100101101100110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED5F9; }

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

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

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

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

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

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

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

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