#BED3EE

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

Shades of Periwinkle #BED3EE

Tints of Periwinkle #BED3EE

Color information

#BED3EE (or 0xBED3EE) is unknown color: approx Periwinkle. HEX triplet: BE, D3 and EE. RGB value is (190,211,238). Sum of RGB (Red+Green+Blue) = 190+211+238=639 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.73% from 639); Green value is 211 (82.81% from 255 or 33.02% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #BED3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED3EE is #412C11. Grayscale: #CFCFCF. Windows color (decimal): -4271122 or 15651774. OLE color: 15651774.

HSL color Cylindrical-coordinate representation of color #BED3EE: hue angle of 213.75º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BED3EE is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190211238-
CMYK0.200.1100.07
HSL213.75º58.54%83.92%-
HSV(B)213.75º20.17%93.33%-
XYZ59.9663.7190.03-
YUV207.8145.04115.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.73%
GREEN value IS 211 (82.81% from 255) = 33.02%
BLUE value IS 238 (93.36% from 255) = 37.25%
R=29.73%
G=33.02%
B=37.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902112380.200.1100.07213.7558.5483.92
HexBED3EE14B07d63b54
Octal27632335624130732673124
Binary1011111011010011111011101010010110111110101101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED3EE; }

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

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

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

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

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

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

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

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