#BED5FB

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

Shades of Periwinkle #BED5FB

Tints of Periwinkle #BED5FB

Color information

#BED5FB (or 0xBED5FB) is unknown color: approx Periwinkle. HEX triplet: BE, D5 and FB. RGB value is (190,213,251). Sum of RGB (Red+Green+Blue) = 190+213+251=654 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.05% from 654); Green value is 213 (83.59% from 255 or 32.57% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: blue. Hex color #BED5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED5FB is #412A04. Grayscale: #D2D2D2. Windows color (decimal): -4270597 or 16504254. OLE color: 16504254.

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

Color convert

RGB190213251-
CMYK0.240.1500.02
HSL217.38º88.41%86.47%-
HSV(B)217.38º24.3%98.43%-
XYZ62.4465.5100.62-
YUV210.46150.88113.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.05%
GREEN value IS 213 (83.59% from 255) = 32.57%
BLUE value IS 251 (98.44% from 255) = 38.38%
R=29.05%
G=32.57%
B=38.38%

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
Decimal1902132510.240.1500.02217.3888.4186.47
HexBED5FB18F02d95856
Octal276325373301702331130126
Binary1011111011010101111110111100011110101101100110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED5FB; }

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

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

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

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

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

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

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

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