#BED4F7

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

Shades of Periwinkle #BED4F7

Tints of Periwinkle #BED4F7

Color information

#BED4F7 (or 0xBED4F7) is unknown color: approx Periwinkle. HEX triplet: BE, D4 and F7. RGB value is (190,212,247). Sum of RGB (Red+Green+Blue) = 190+212+247=649 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.28% from 649); Green value is 212 (83.20% from 255 or 32.67% from 649); Blue value is 247 (96.88% from 255 or 38.06% from 649); Max value from RGB is 247 - color contains mainly: blue. Hex color #BED4F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED4F7 is #412B08. Grayscale: #D1D1D1. Windows color (decimal): -4270857 or 16241854. OLE color: 16241854.

HSL color Cylindrical-coordinate representation of color #BED4F7: hue angle of 216.84º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BED4F7 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB190212247-
CMYK0.230.1400.03
HSL216.84º78.08%85.69%-
HSV(B)216.84º23.08%96.86%-
XYZ61.5764.7597.25-
YUV209.41149.21114.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.28%
GREEN value IS 212 (83.20% from 255) = 32.67%
BLUE value IS 247 (96.88% from 255) = 38.06%
R=29.28%
G=32.67%
B=38.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1902122470.230.1400.03216.8478.0885.69
HexBED4F717E03d94e56
Octal276324367271603331116126
Binary1011111011010100111101111011111100111101100110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED4F7; }

 p { color: rgb(190,212,247); }

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

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

 a { background-color: rgb(190,212,247); }

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

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

 span { border-color: rgb(190,212,247); }

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