#BED1EA

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

Shades of Periwinkle #BED1EA

Tints of Periwinkle #BED1EA

Color information

#BED1EA (or 0xBED1EA) is unknown color: approx Periwinkle. HEX triplet: BE, D1 and EA. RGB value is (190,209,234). Sum of RGB (Red+Green+Blue) = 190+209+234=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 209 (82.03% from 255 or 33.02% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #BED1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED1EA is #412E15. Grayscale: #CECECE. Windows color (decimal): -4271638 or 15389118. OLE color: 15389118.

HSL color Cylindrical-coordinate representation of color #BED1EA: hue angle of 214.09º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BED1EA is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190209234-
CMYK0.190.1100.08
HSL214.09º51.16%83.14%-
HSV(B)214.09º18.8%91.76%-
XYZ58.8962.4986.8-
YUV206.17143.71116.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.02%
GREEN value IS 209 (82.03% from 255) = 33.02%
BLUE value IS 234 (91.80% from 255) = 36.97%
R=30.02%
G=33.02%
B=36.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902092340.190.1100.08214.0951.1683.14
HexBED1EA13B08d63353
Octal276321352231301032663123
Binary10111110110100011110101010011101101000110101101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED1EA; }

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

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

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

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

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

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

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

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