#BED5FD

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

Shades of Periwinkle #BED5FD

Tints of Periwinkle #BED5FD

Color information

#BED5FD (or 0xBED5FD) is unknown color: approx Periwinkle. HEX triplet: BE, D5 and FD. RGB value is (190,213,253). Sum of RGB (Red+Green+Blue) = 190+213+253=656 (86% of max value = 765). Red value is 190 (74.61% from 255 or 28.96% from 656); Green value is 213 (83.59% from 255 or 32.47% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #BED5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED5FD is #412A02. Grayscale: #D2D2D2. Windows color (decimal): -4270595 or 16635326. OLE color: 16635326.

HSL color Cylindrical-coordinate representation of color #BED5FD: hue angle of 218.1º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BED5FD is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190213253-
CMYK0.250.1600.01
HSL218.1º94.03%86.86%-
HSV(B)218.1º24.9%99.22%-
XYZ62.7665.63102.29-
YUV210.68151.88113.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.96%
GREEN value IS 213 (83.59% from 255) = 32.47%
BLUE value IS 253 (99.22% from 255) = 38.57%
R=28.96%
G=32.47%
B=38.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902132530.250.1600.01218.194.0386.86
HexBED5FD191001da5e57
Octal276325375312001332136127
Binary1011111011010101111111011100110000011101101010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED5FD; }

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

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

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

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

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

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

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

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