#BED5F1

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

Shades of Periwinkle #BED5F1

Tints of Periwinkle #BED5F1

Color information

#BED5F1 (or 0xBED5F1) is unknown color: approx Periwinkle. HEX triplet: BE, D5 and F1. RGB value is (190,213,241). Sum of RGB (Red+Green+Blue) = 190+213+241=644 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.50% from 644); Green value is 213 (83.59% from 255 or 33.07% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 241 - color contains mainly: blue. Hex color #BED5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED5F1 is #412A0E. Grayscale: #D1D1D1. Windows color (decimal): -4270607 or 15848894. OLE color: 15848894.

HSL color Cylindrical-coordinate representation of color #BED5F1: hue angle of 212.94º 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 #BED5F1 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190213241-
CMYK0.210.1200.05
HSL212.94º64.56%84.51%-
HSV(B)212.94º21.16%94.51%-
XYZ60.9164.8992.53-
YUV209.31145.88114.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.50%
GREEN value IS 213 (83.59% from 255) = 33.07%
BLUE value IS 241 (94.53% from 255) = 37.42%
R=29.50%
G=33.07%
B=37.42%

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
Decimal1902132410.210.1200.05212.9464.5684.51
HexBED5F115C05d54155
Octal276325361251405325101125
Binary10111110110101011111000110101110001011101010110000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED5F1; }

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

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

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

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

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

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

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

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