#BED4F1

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

Shades of Periwinkle #BED4F1

Tints of Periwinkle #BED4F1

Color information

#BED4F1 (or 0xBED4F1) is unknown color: approx Periwinkle. HEX triplet: BE, D4 and F1. RGB value is (190,212,241). Sum of RGB (Red+Green+Blue) = 190+212+241=643 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.55% from 643); Green value is 212 (83.20% from 255 or 32.97% from 643); Blue value is 241 (94.53% from 255 or 37.48% from 643); Max value from RGB is 241 - color contains mainly: blue. Hex color #BED4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED4F1 is #412B0E. Grayscale: #D0D0D0. Windows color (decimal): -4270863 or 15848638. OLE color: 15848638.

HSL color Cylindrical-coordinate representation of color #BED4F1: hue angle of 214.12º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BED4F1 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190212241-
CMYK0.210.1200.05
HSL214.12º64.56%84.51%-
HSV(B)214.12º21.16%94.51%-
XYZ60.6664.3892.45-
YUV208.73146.21114.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.55%
GREEN value IS 212 (83.20% from 255) = 32.97%
BLUE value IS 241 (94.53% from 255) = 37.48%
R=29.55%
G=32.97%
B=37.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902122410.210.1200.05214.1264.5684.51
HexBED4F115C05d64155
Octal276324361251405326101125
Binary10111110110101001111000110101110001011101011010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED4F1; }

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

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

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

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

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

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

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

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