#BED5FA

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

Shades of Periwinkle #BED5FA

Tints of Periwinkle #BED5FA

Color information

#BED5FA (or 0xBED5FA) is unknown color: approx Periwinkle. HEX triplet: BE, D5 and FA. RGB value is (190,213,250). Sum of RGB (Red+Green+Blue) = 190+213+250=653 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.10% from 653); Green value is 213 (83.59% from 255 or 32.62% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #BED5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED5FA is #412A05. Grayscale: #D2D2D2. Windows color (decimal): -4270598 or 16438718. OLE color: 16438718.

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

Color convert

RGB190213250-
CMYK0.240.1500.02
HSL217º85.71%86.27%-
HSV(B)217º24%98.04%-
XYZ62.2865.4499.79-
YUV210.34150.38113.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.10%
GREEN value IS 213 (83.59% from 255) = 32.62%
BLUE value IS 250 (98.05% from 255) = 38.28%
R=29.10%
G=32.62%
B=38.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902132500.240.1500.0221785.7186.27
HexBED5FA18F02d95656
Octal276325372301702331126126
Binary1011111011010101111110101100011110101101100110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED5FA; }

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

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

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

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

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

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

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

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