#BED3FF

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

Shades of Periwinkle #BED3FF

Tints of Periwinkle #BED3FF

Color information

#BED3FF (or 0xBED3FF) is unknown color: approx Periwinkle. HEX triplet: BE, D3 and FF. RGB value is (190,211,255). Sum of RGB (Red+Green+Blue) = 190+211+255=656 (86% of max value = 765). Red value is 190 (74.61% from 255 or 28.96% from 656); Green value is 211 (82.81% from 255 or 32.16% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #BED3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED3FF is #412C00. Grayscale: #D1D1D1. Windows color (decimal): -4271105 or 16765886. OLE color: 16765886.

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

Color convert

RGB190211255-
CMYK0.250.1700
HSL220.62º100%87.25%-
HSV(B)220.62º25.49%100%-
XYZ62.5864.76103.81-
YUV209.74153.54113.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.96%
GREEN value IS 211 (82.81% from 255) = 32.16%
BLUE value IS 255 (100% from 255) = 38.87%
R=28.96%
G=32.16%
B=38.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902112550.250.1700220.6210087.25
HexBED3FF191100dd6457
Octal276323377312100335144127
Binary1011111011010011111111111100110001001101110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED3FF; }

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

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

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

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

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

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

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

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