#BED4F6

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

Shades of Periwinkle #BED4F6

Tints of Periwinkle #BED4F6

Color information

#BED4F6 (or 0xBED4F6) is unknown color: approx Periwinkle. HEX triplet: BE, D4 and F6. RGB value is (190,212,246). Sum of RGB (Red+Green+Blue) = 190+212+246=648 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.32% from 648); Green value is 212 (83.20% from 255 or 32.72% from 648); Blue value is 246 (96.48% from 255 or 37.96% from 648); Max value from RGB is 246 - color contains mainly: blue. Hex color #BED4F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED4F6 is #412B09. Grayscale: #D1D1D1. Windows color (decimal): -4270858 or 16176318. OLE color: 16176318.

HSL color Cylindrical-coordinate representation of color #BED4F6: hue angle of 216.43º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BED4F6 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB190212246-
CMYK0.230.1400.04
HSL216.43º75.68%85.49%-
HSV(B)216.43º22.76%96.47%-
XYZ61.4164.6996.44-
YUV209.3148.71114.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.32%
GREEN value IS 212 (83.20% from 255) = 32.72%
BLUE value IS 246 (96.48% from 255) = 37.96%
R=29.32%
G=32.72%
B=37.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902122460.230.1400.04216.4375.6885.49
HexBED4F617E04d84c55
Octal276324366271604330114125
Binary10111110110101001111011010111111001001101100010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED4F6; }

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

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

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

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

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

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

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

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