#BED2FB

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

Shades of Periwinkle #BED2FB

Tints of Periwinkle #BED2FB

Color information

#BED2FB (or 0xBED2FB) is unknown color: approx Periwinkle. HEX triplet: BE, D2 and FB. RGB value is (190,210,251). Sum of RGB (Red+Green+Blue) = 190+210+251=651 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.19% from 651); Green value is 210 (82.42% from 255 or 32.26% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #BED2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED2FB is #412D04. Grayscale: #D0D0D0. Windows color (decimal): -4271365 or 16503486. OLE color: 16503486.

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

Color convert

RGB190210251-
CMYK0.240.1600.02
HSL220.33º88.41%86.47%-
HSV(B)220.33º24.3%98.43%-
XYZ61.6964.01100.37-
YUV208.69151.87114.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.19%
GREEN value IS 210 (82.42% from 255) = 32.26%
BLUE value IS 251 (98.44% from 255) = 38.56%
R=29.19%
G=32.26%
B=38.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902102510.240.1600.02220.3388.4186.47
HexBED2FB181002dc5856
Octal276322373302002334130126
Binary10111110110100101111101111000100000101101110010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED2FB; }

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

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

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

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

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

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

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

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