#BED1FB

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

Shades of Periwinkle #BED1FB

Tints of Periwinkle #BED1FB

Color information

#BED1FB (or 0xBED1FB) is unknown color: approx Periwinkle. HEX triplet: BE, D1 and FB. RGB value is (190,209,251). Sum of RGB (Red+Green+Blue) = 190+209+251=650 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.23% from 650); Green value is 209 (82.03% from 255 or 32.15% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #BED1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED1FB is #412E04. Grayscale: #CFCFCF. Windows color (decimal): -4271621 or 16503230. OLE color: 16503230.

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

Color convert

RGB190209251-
CMYK0.240.1700.02
HSL221.31º88.41%86.47%-
HSV(B)221.31º24.3%98.43%-
XYZ61.4563.51100.29-
YUV208.11152.21115.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.23%
GREEN value IS 209 (82.03% from 255) = 32.15%
BLUE value IS 251 (98.44% from 255) = 38.62%
R=29.23%
G=32.15%
B=38.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902092510.240.1700.02221.3188.4186.47
HexBED1FB181102dd5856
Octal276321373302102335130126
Binary10111110110100011111101111000100010101101110110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED1FB; }

 p { color: rgb(190,209,251); }

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

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

 a { background-color: rgb(190,209,251); }

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

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

 span { border-color: rgb(190,209,251); }

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