#BED6FD

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

Shades of Periwinkle #BED6FD

Tints of Periwinkle #BED6FD

Color information

#BED6FD (or 0xBED6FD) is unknown color: approx Periwinkle. HEX triplet: BE, D6 and FD. RGB value is (190,214,253). Sum of RGB (Red+Green+Blue) = 190+214+253=657 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.92% from 657); Green value is 214 (83.98% from 255 or 32.57% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #BED6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED6FD is #412902. Grayscale: #D3D3D3. Windows color (decimal): -4270339 or 16635582. OLE color: 16635582.

HSL color Cylindrical-coordinate representation of color #BED6FD: hue angle of 217.14º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BED6FD is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190214253-
CMYK0.250.1500.01
HSL217.14º94.03%86.86%-
HSV(B)217.14º24.9%99.22%-
XYZ63.0166.13102.37-
YUV211.27151.55112.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.92%
GREEN value IS 214 (83.98% from 255) = 32.57%
BLUE value IS 253 (99.22% from 255) = 38.51%
R=28.92%
G=32.57%
B=38.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902142530.250.1500.01217.1494.0386.86
HexBED6FD19F01d95e57
Octal276326375311701331136127
Binary101111101101011011111101110011111011101100110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED6FD; }

 p { color: rgb(190,214,253); }

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

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

 a { background-color: rgb(190,214,253); }

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

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

 span { border-color: rgb(190,214,253); }

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