#BED1FD

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

Shades of Periwinkle #BED1FD

Tints of Periwinkle #BED1FD

Color information

#BED1FD (or 0xBED1FD) is unknown color: approx Periwinkle. HEX triplet: BE, D1 and FD. RGB value is (190,209,253). Sum of RGB (Red+Green+Blue) = 190+209+253=652 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.14% from 652); Green value is 209 (82.03% from 255 or 32.06% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #BED1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED1FD is #412E02. Grayscale: #D0D0D0. Windows color (decimal): -4271619 or 16634302. OLE color: 16634302.

HSL color Cylindrical-coordinate representation of color #BED1FD: hue angle of 221.9º 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 #BED1FD is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190209253-
CMYK0.250.1700.01
HSL221.9º94.03%86.86%-
HSV(B)221.9º24.9%99.22%-
XYZ61.7763.64101.96-
YUV208.34153.21114.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.14%
GREEN value IS 209 (82.03% from 255) = 32.06%
BLUE value IS 253 (99.22% from 255) = 38.80%
R=29.14%
G=32.06%
B=38.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902092530.250.1700.01221.994.0386.86
HexBED1FD191101de5e57
Octal276321375312101336136127
Binary1011111011010001111111011100110001011101111010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED1FD; }

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

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

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

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

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

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

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

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