#BED4EE

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

Shades of Periwinkle #BED4EE

Tints of Periwinkle #BED4EE

Color information

#BED4EE (or 0xBED4EE) is unknown color: approx Periwinkle. HEX triplet: BE, D4 and EE. RGB value is (190,212,238). Sum of RGB (Red+Green+Blue) = 190+212+238=640 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.69% from 640); Green value is 212 (83.20% from 255 or 33.12% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 238 - color contains mainly: blue. Hex color #BED4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED4EE is #412B11. Grayscale: #D0D0D0. Windows color (decimal): -4270866 or 15652030. OLE color: 15652030.

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

Color convert

RGB190212238-
CMYK0.200.1100.07
HSL212.5º58.54%83.92%-
HSV(B)212.5º20.17%93.33%-
XYZ60.2164.2190.11-
YUV208.39144.71114.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.69%
GREEN value IS 212 (83.20% from 255) = 33.12%
BLUE value IS 238 (93.36% from 255) = 37.19%
R=29.69%
G=33.12%
B=37.19%

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
Decimal1902122380.200.1100.07212.558.5483.92
HexBED4EE14B07d43b54
Octal27632435624130732473124
Binary1011111011010100111011101010010110111110101001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED4EE; }

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

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

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

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

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

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

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

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