#BED6FA

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

Shades of Periwinkle #BED6FA

Tints of Periwinkle #BED6FA

Color information

#BED6FA (or 0xBED6FA) is unknown color: approx Periwinkle. HEX triplet: BE, D6 and FA. RGB value is (190,214,250). Sum of RGB (Red+Green+Blue) = 190+214+250=654 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.05% from 654); Green value is 214 (83.98% from 255 or 32.72% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #BED6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED6FA is #412905. Grayscale: #D2D2D2. Windows color (decimal): -4270342 or 16438974. OLE color: 16438974.

HSL color Cylindrical-coordinate representation of color #BED6FA: hue angle of 216º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BED6FA is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190214250-
CMYK0.240.1400.02
HSL216º85.71%86.27%-
HSV(B)216º24%98.04%-
XYZ62.5465.9499.87-
YUV210.93150.05113.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.05%
GREEN value IS 214 (83.98% from 255) = 32.72%
BLUE value IS 250 (98.05% from 255) = 38.23%
R=29.05%
G=32.72%
B=38.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902142500.240.1400.0221685.7186.27
HexBED6FA18E02d85656
Octal276326372301602330126126
Binary1011111011010110111110101100011100101101100010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED6FA; }

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

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

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

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

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

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

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

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