#BED0F0

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

Shades of Periwinkle #BED0F0

Tints of Periwinkle #BED0F0

Color information

#BED0F0 (or 0xBED0F0) is unknown color: approx Periwinkle. HEX triplet: BE, D0 and F0. RGB value is (190,208,240). Sum of RGB (Red+Green+Blue) = 190+208+240=638 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.78% from 638); Green value is 208 (81.64% from 255 or 32.60% from 638); Blue value is 240 (94.14% from 255 or 37.62% from 638); Max value from RGB is 240 - color contains mainly: blue. Hex color #BED0F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED0F0 is #412F0F. Grayscale: #CECECE. Windows color (decimal): -4271888 or 15782078. OLE color: 15782078.

HSL color Cylindrical-coordinate representation of color #BED0F0: hue angle of 218.4º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BED0F0 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB190208240-
CMYK0.210.1300.06
HSL218.4º62.5%84.31%-
HSV(B)218.4º20.83%94.12%-
XYZ59.5262.3591.34-
YUV206.27147.04116.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.78%
GREEN value IS 208 (81.64% from 255) = 32.60%
BLUE value IS 240 (94.14% from 255) = 37.62%
R=29.78%
G=32.60%
B=37.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902082400.210.1300.06218.462.584.31
HexBED0F015D06da3e54
Octal27632036025150633276124
Binary1011111011010000111100001010111010110110110101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED0F0; }

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

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

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

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

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

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

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

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