#BED4ED

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

Shades of Periwinkle #BED4ED

Tints of Periwinkle #BED4ED

Color information

#BED4ED (or 0xBED4ED) is unknown color: approx Periwinkle. HEX triplet: BE, D4 and ED. RGB value is (190,212,237). Sum of RGB (Red+Green+Blue) = 190+212+237=639 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.73% from 639); Green value is 212 (83.20% from 255 or 33.18% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #BED4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED4ED is #412B12. Grayscale: #D0D0D0. Windows color (decimal): -4270867 or 15586494. OLE color: 15586494.

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

Color convert

RGB190212237-
CMYK0.200.1100.07
HSL211.91º56.63%83.73%-
HSV(B)211.91º19.83%92.94%-
XYZ60.0664.1589.34-
YUV208.27144.21114.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.73%
GREEN value IS 212 (83.20% from 255) = 33.18%
BLUE value IS 237 (92.97% from 255) = 37.09%
R=29.73%
G=33.18%
B=37.09%

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
Decimal1902122370.200.1100.07211.9156.6383.73
HexBED4ED14B07d43954
Octal27632435524130732471124
Binary1011111011010100111011011010010110111110101001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED4ED; }

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

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

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

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

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

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

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

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