#BED0E7

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

Shades of Periwinkle #BED0E7

Tints of Periwinkle #BED0E7

Color information

#BED0E7 (or 0xBED0E7) is unknown color: approx Periwinkle. HEX triplet: BE, D0 and E7. RGB value is (190,208,231). Sum of RGB (Red+Green+Blue) = 190+208+231=629 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.21% from 629); Green value is 208 (81.64% from 255 or 33.07% from 629); Blue value is 231 (90.62% from 255 or 36.72% from 629); Max value from RGB is 231 - color contains mainly: blue. Hex color #BED0E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED0E7 is #412F18. Grayscale: #CDCDCD. Windows color (decimal): -4271897 or 15192254. OLE color: 15192254.

HSL color Cylindrical-coordinate representation of color #BED0E7: hue angle of 213.66º 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 #BED0E7 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB190208231-
CMYK0.180.1000.09
HSL213.66º46.07%82.55%-
HSV(B)213.66º17.75%90.59%-
XYZ58.2161.8384.47-
YUV205.24142.54117.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.21%
GREEN value IS 208 (81.64% from 255) = 33.07%
BLUE value IS 231 (90.62% from 255) = 36.72%
R=30.21%
G=33.07%
B=36.72%

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
Decimal1902082310.180.1000.09213.6646.0782.55
HexBED0E712A09d62e53
Octal276320347221201132656123
Binary10111110110100001110011110010101001001110101101011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED0E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED0E7; }

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

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

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

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

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

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

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

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