#BED4F3

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

Shades of Periwinkle #BED4F3

Tints of Periwinkle #BED4F3

Color information

#BED4F3 (or 0xBED4F3) is unknown color: approx Periwinkle. HEX triplet: BE, D4 and F3. RGB value is (190,212,243). Sum of RGB (Red+Green+Blue) = 190+212+243=645 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.46% from 645); Green value is 212 (83.20% from 255 or 32.87% from 645); Blue value is 243 (95.31% from 255 or 37.67% from 645); Max value from RGB is 243 - color contains mainly: blue. Hex color #BED4F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED4F3 is #412B0C. Grayscale: #D0D0D0. Windows color (decimal): -4270861 or 15979710. OLE color: 15979710.

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

Color convert

RGB190212243-
CMYK0.220.1300.05
HSL215.09º68.83%84.9%-
HSV(B)215.09º21.81%95.29%-
XYZ60.9664.5194.03-
YUV208.96147.21114.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.46%
GREEN value IS 212 (83.20% from 255) = 32.87%
BLUE value IS 243 (95.31% from 255) = 37.67%
R=29.46%
G=32.87%
B=37.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902122430.220.1300.05215.0968.8384.9
HexBED4F316D05d74555
Octal276324363261505327105125
Binary10111110110101001111001110110110101011101011110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED4F3; }

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

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

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

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

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

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

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

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