#BED4FD

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

Shades of Periwinkle #BED4FD

Tints of Periwinkle #BED4FD

Color information

#BED4FD (or 0xBED4FD) is unknown color: approx Periwinkle. HEX triplet: BE, D4 and FD. RGB value is (190,212,253). Sum of RGB (Red+Green+Blue) = 190+212+253=655 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.01% from 655); Green value is 212 (83.20% from 255 or 32.37% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #BED4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED4FD is #412B02. Grayscale: #D1D1D1. Windows color (decimal): -4270851 or 16635070. OLE color: 16635070.

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

Color convert

RGB190212253-
CMYK0.250.1600.01
HSL219.05º94.03%86.86%-
HSV(B)219.05º24.9%99.22%-
XYZ62.5165.13102.2-
YUV210.1152.21113.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.01%
GREEN value IS 212 (83.20% from 255) = 32.37%
BLUE value IS 253 (99.22% from 255) = 38.63%
R=29.01%
G=32.37%
B=38.63%

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
Decimal1902122530.250.1600.01219.0594.0386.86
HexBED4FD191001db5e57
Octal276324375312001333136127
Binary1011111011010100111111011100110000011101101110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED4FD; }

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

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

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

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

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

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

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

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