#BED1FC

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

Shades of Periwinkle #BED1FC

Tints of Periwinkle #BED1FC

Color information

#BED1FC (or 0xBED1FC) is unknown color: approx Periwinkle. HEX triplet: BE, D1 and FC. RGB value is (190,209,252). Sum of RGB (Red+Green+Blue) = 190+209+252=651 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.19% from 651); Green value is 209 (82.03% from 255 or 32.10% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #BED1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED1FC is #412E03. Grayscale: #D0D0D0. Windows color (decimal): -4271620 or 16568766. OLE color: 16568766.

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

Color convert

RGB190209252-
CMYK0.250.1700.01
HSL221.61º91.18%86.67%-
HSV(B)221.61º24.6%98.82%-
XYZ61.6163.58101.12-
YUV208.22152.71115-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.19%
GREEN value IS 209 (82.03% from 255) = 32.10%
BLUE value IS 252 (98.83% from 255) = 38.71%
R=29.19%
G=32.10%
B=38.71%

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
Decimal1902092520.250.1700.01221.6191.1886.67
HexBED1FC191101de5b57
Octal276321374312101336133127
Binary1011111011010001111111001100110001011101111010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED1FC; }

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

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

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

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

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

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

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

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