#BED6FC

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

Shades of Periwinkle #BED6FC

Tints of Periwinkle #BED6FC

Color information

#BED6FC (or 0xBED6FC) is unknown color: approx Periwinkle. HEX triplet: BE, D6 and FC. RGB value is (190,214,252). Sum of RGB (Red+Green+Blue) = 190+214+252=656 (86% of max value = 765). Red value is 190 (74.61% from 255 or 28.96% from 656); Green value is 214 (83.98% from 255 or 32.62% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #BED6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED6FC is #412903. Grayscale: #D2D2D2. Windows color (decimal): -4270340 or 16570046. OLE color: 16570046.

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

Color convert

RGB190214252-
CMYK0.250.1500.01
HSL216.77º91.18%86.67%-
HSV(B)216.77º24.6%98.82%-
XYZ62.8566.07101.54-
YUV211.16151.05112.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.96%
GREEN value IS 214 (83.98% from 255) = 32.62%
BLUE value IS 252 (98.83% from 255) = 38.41%
R=28.96%
G=32.62%
B=38.41%

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
Decimal1902142520.250.1500.01216.7791.1886.67
HexBED6FC19F01d95b57
Octal276326374311701331133127
Binary101111101101011011111100110011111011101100110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED6FC; }

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

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

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

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

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

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

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

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