#BED3FC

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

Shades of Periwinkle #BED3FC

Tints of Periwinkle #BED3FC

Color information

#BED3FC (or 0xBED3FC) is unknown color: approx Periwinkle. HEX triplet: BE, D3 and FC. RGB value is (190,211,252). Sum of RGB (Red+Green+Blue) = 190+211+252=653 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.10% from 653); Green value is 211 (82.81% from 255 or 32.31% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #BED3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED3FC is #412C03. Grayscale: #D1D1D1. Windows color (decimal): -4271108 or 16569278. OLE color: 16569278.

HSL color Cylindrical-coordinate representation of color #BED3FC: hue angle of 219.68º degrees, saturation: 0.91, 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 #BED3FC is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190211252-
CMYK0.250.1600.01
HSL219.68º91.18%86.67%-
HSV(B)219.68º24.6%98.82%-
XYZ62.164.56101.28-
YUV209.4152.04114.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.10%
GREEN value IS 211 (82.81% from 255) = 32.31%
BLUE value IS 252 (98.83% from 255) = 38.59%
R=29.10%
G=32.31%
B=38.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902112520.250.1600.01219.6891.1886.67
HexBED3FC191001dc5b57
Octal276323374312001334133127
Binary1011111011010011111111001100110000011101110010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED3FC; }

 p { color: rgb(190,211,252); }

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

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

 a { background-color: rgb(190,211,252); }

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

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

 span { border-color: rgb(190,211,252); }

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