#BED0EB

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

Shades of Periwinkle #BED0EB

Tints of Periwinkle #BED0EB

Color information

#BED0EB (or 0xBED0EB) is unknown color: approx Periwinkle. HEX triplet: BE, D0 and EB. RGB value is (190,208,235). Sum of RGB (Red+Green+Blue) = 190+208+235=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 208 (81.64% from 255 or 32.86% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #BED0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED0EB is #412F14. Grayscale: #CDCDCD. Windows color (decimal): -4271893 or 15454398. OLE color: 15454398.

HSL color Cylindrical-coordinate representation of color #BED0EB: hue angle of 216º degrees, saturation: 0.53, 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 #BED0EB is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190208235-
CMYK0.190.1100.08
HSL216º52.94%83.33%-
HSV(B)216º19.15%92.16%-
XYZ58.7962.0687.48-
YUV205.7144.54116.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.02%
GREEN value IS 208 (81.64% from 255) = 32.86%
BLUE value IS 235 (92.19% from 255) = 37.12%
R=30.02%
G=32.86%
B=37.12%

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
Decimal1902082350.190.1100.0821652.9483.33
HexBED0EB13B08d83553
Octal276320353231301033065123
Binary10111110110100001110101110011101101000110110001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED0EB; }

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

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

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

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

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

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

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

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