#BED1FF

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

Shades of Periwinkle #BED1FF

Tints of Periwinkle #BED1FF

Color information

#BED1FF (or 0xBED1FF) is unknown color: approx Periwinkle. HEX triplet: BE, D1 and FF. RGB value is (190,209,255). Sum of RGB (Red+Green+Blue) = 190+209+255=654 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.05% from 654); Green value is 209 (82.03% from 255 or 31.96% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #BED1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED1FF is #412E00. Grayscale: #D0D0D0. Windows color (decimal): -4271617 or 16765374. OLE color: 16765374.

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

Color convert

RGB190209255-
CMYK0.250.1800
HSL222.46º100%87.25%-
HSV(B)222.46º25.49%100%-
XYZ62.0963.77103.64-
YUV208.56154.21114.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.05%
GREEN value IS 209 (82.03% from 255) = 31.96%
BLUE value IS 255 (100% from 255) = 38.99%
R=29.05%
G=31.96%
B=38.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902092550.250.1800222.4610087.25
HexBED1FF191200de6457
Octal276321377312200336144127
Binary1011111011010001111111111100110010001101111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED1FF; }

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

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

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

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

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

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

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

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