#BED5FF

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

Shades of Periwinkle #BED5FF

Tints of Periwinkle #BED5FF

Color information

#BED5FF (or 0xBED5FF) is unknown color: approx Periwinkle. HEX triplet: BE, D5 and FF. RGB value is (190,213,255). Sum of RGB (Red+Green+Blue) = 190+213+255=658 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.88% from 658); Green value is 213 (83.59% from 255 or 32.37% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #BED5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED5FF is #412A00. Grayscale: #D2D2D2. Windows color (decimal): -4270593 or 16766398. OLE color: 16766398.

HSL color Cylindrical-coordinate representation of color #BED5FF: hue angle of 218.77º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BED5FF is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB190213255-
CMYK0.250.1600
HSL218.77º100%87.25%-
HSV(B)218.77º25.49%100%-
XYZ63.0865.76103.98-
YUV210.91152.88113.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.88%
GREEN value IS 213 (83.59% from 255) = 32.37%
BLUE value IS 255 (100% from 255) = 38.75%
R=28.88%
G=32.37%
B=38.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902132550.250.1600218.7710087.25
HexBED5FF191000db6457
Octal276325377312000333144127
Binary1011111011010101111111111100110000001101101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED5FF; }

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

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

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

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

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

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

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

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