#BED1EE

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

Shades of Periwinkle #BED1EE

Tints of Periwinkle #BED1EE

Color information

#BED1EE (or 0xBED1EE) is unknown color: approx Periwinkle. HEX triplet: BE, D1 and EE. RGB value is (190,209,238). Sum of RGB (Red+Green+Blue) = 190+209+238=637 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.83% from 637); Green value is 209 (82.03% from 255 or 32.81% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #BED1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED1EE is #412E11. Grayscale: #CECECE. Windows color (decimal): -4271634 or 15651262. OLE color: 15651262.

HSL color Cylindrical-coordinate representation of color #BED1EE: hue angle of 216.25º 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 #BED1EE is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190209238-
CMYK0.200.1200.07
HSL216.25º58.54%83.92%-
HSV(B)216.25º20.17%93.33%-
XYZ59.4762.7289.86-
YUV206.62145.71116.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.83%
GREEN value IS 209 (82.03% from 255) = 32.81%
BLUE value IS 238 (93.36% from 255) = 37.36%
R=29.83%
G=32.81%
B=37.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902092380.200.1200.07216.2558.5483.92
HexBED1EE14C07d83b54
Octal27632135624140733073124
Binary1011111011010001111011101010011000111110110001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED1EE; }

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

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

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

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

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

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

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

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