#BED5F0

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

Shades of Periwinkle #BED5F0

Tints of Periwinkle #BED5F0

Color information

#BED5F0 (or 0xBED5F0) is unknown color: approx Periwinkle. HEX triplet: BE, D5 and F0. RGB value is (190,213,240). Sum of RGB (Red+Green+Blue) = 190+213+240=643 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.55% from 643); Green value is 213 (83.59% from 255 or 33.13% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 240 - color contains mainly: blue. Hex color #BED5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED5F0 is #412A0F. Grayscale: #D1D1D1. Windows color (decimal): -4270608 or 15783358. OLE color: 15783358.

HSL color Cylindrical-coordinate representation of color #BED5F0: hue angle of 212.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 #BED5F0 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB190213240-
CMYK0.210.1100.06
HSL212.4º62.5%84.31%-
HSV(B)212.4º20.83%94.12%-
XYZ60.7664.8391.75-
YUV209.2145.38114.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.55%
GREEN value IS 213 (83.59% from 255) = 33.13%
BLUE value IS 240 (94.14% from 255) = 37.33%
R=29.55%
G=33.13%
B=37.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902132400.210.1100.06212.462.584.31
HexBED5F015B06d43e54
Octal27632536025130632476124
Binary1011111011010101111100001010110110110110101001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED5F0; }

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

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

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

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

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

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

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

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