#BED1E7

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

Shades of Periwinkle #BED1E7

Tints of Periwinkle #BED1E7

Color information

#BED1E7 (or 0xBED1E7) is unknown color: approx Periwinkle. HEX triplet: BE, D1 and E7. RGB value is (190,209,231). Sum of RGB (Red+Green+Blue) = 190+209+231=630 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.16% from 630); Green value is 209 (82.03% from 255 or 33.17% from 630); Blue value is 231 (90.62% from 255 or 36.67% from 630); Max value from RGB is 231 - color contains mainly: blue. Hex color #BED1E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED1E7 is #412E18. Grayscale: #CDCDCD. Windows color (decimal): -4271641 or 15192510. OLE color: 15192510.

HSL color Cylindrical-coordinate representation of color #BED1E7: hue angle of 212.2º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BED1E7 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB190209231-
CMYK0.180.1000.09
HSL212.2º46.07%82.55%-
HSV(B)212.2º17.75%90.59%-
XYZ58.4662.3284.55-
YUV205.83142.21116.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.16%
GREEN value IS 209 (82.03% from 255) = 33.17%
BLUE value IS 231 (90.62% from 255) = 36.67%
R=30.16%
G=33.17%
B=36.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902092310.180.1000.09212.246.0782.55
HexBED1E712A09d42e53
Octal276321347221201132456123
Binary10111110110100011110011110010101001001110101001011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED1E7; }

 p { color: rgb(190,209,231); }

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

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

 a { background-color: rgb(190,209,231); }

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

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

 span { border-color: rgb(190,209,231); }

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