#BED2FD

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

Shades of Periwinkle #BED2FD

Tints of Periwinkle #BED2FD

Color information

#BED2FD (or 0xBED2FD) is unknown color: approx Periwinkle. HEX triplet: BE, D2 and FD. RGB value is (190,210,253). Sum of RGB (Red+Green+Blue) = 190+210+253=653 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.10% from 653); Green value is 210 (82.42% from 255 or 32.16% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #BED2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED2FD is #412D02. Grayscale: #D0D0D0. Windows color (decimal): -4271363 or 16634558. OLE color: 16634558.

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

Color convert

RGB190210253-
CMYK0.250.1700.01
HSL220.95º94.03%86.86%-
HSV(B)220.95º24.9%99.22%-
XYZ62.0164.13102.04-
YUV208.92152.87114.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.10%
GREEN value IS 210 (82.42% from 255) = 32.16%
BLUE value IS 253 (99.22% from 255) = 38.74%
R=29.10%
G=32.16%
B=38.74%

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
Decimal1902102530.250.1700.01220.9594.0386.86
HexBED2FD191101dd5e57
Octal276322375312101335136127
Binary1011111011010010111111011100110001011101110110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED2FD; }

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

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

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

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

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

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

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

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