#BED0EC

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

Shades of Periwinkle #BED0EC

Tints of Periwinkle #BED0EC

Color information

#BED0EC (or 0xBED0EC) is unknown color: approx Periwinkle. HEX triplet: BE, D0 and EC. RGB value is (190,208,236). Sum of RGB (Red+Green+Blue) = 190+208+236=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 208 (81.64% from 255 or 32.81% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #BED0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED0EC is #412F13. Grayscale: #CDCDCD. Windows color (decimal): -4271892 or 15519934. OLE color: 15519934.

HSL color Cylindrical-coordinate representation of color #BED0EC: hue angle of 216.52º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BED0EC is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190208236-
CMYK0.190.1200.07
HSL216.52º54.76%83.53%-
HSV(B)216.52º19.49%92.55%-
XYZ58.9362.1288.24-
YUV205.81145.04116.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.97%
GREEN value IS 208 (81.64% from 255) = 32.81%
BLUE value IS 236 (92.58% from 255) = 37.22%
R=29.97%
G=32.81%
B=37.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902082360.190.1200.07216.5254.7683.53
HexBED0EC13C07d93754
Octal27632035423140733167124
Binary1011111011010000111011001001111000111110110011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED0EC; }

 p { color: rgb(190,208,236); }

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

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

 a { background-color: rgb(190,208,236); }

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

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

 span { border-color: rgb(190,208,236); }

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