#BED0E9

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

Shades of Periwinkle #BED0E9

Tints of Periwinkle #BED0E9

Color information

#BED0E9 (or 0xBED0E9) is unknown color: approx Periwinkle. HEX triplet: BE, D0 and E9. RGB value is (190,208,233). Sum of RGB (Red+Green+Blue) = 190+208+233=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 208 (81.64% from 255 or 32.96% from 631); Blue value is 233 (91.41% from 255 or 36.93% from 631); Max value from RGB is 233 - color contains mainly: blue. Hex color #BED0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED0E9 is #412F16. Grayscale: #CDCDCD. Windows color (decimal): -4271895 or 15323326. OLE color: 15323326.

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

Color convert

RGB190208233-
CMYK0.180.1100.09
HSL214.88º49.43%82.94%-
HSV(B)214.88º18.45%91.37%-
XYZ58.561.9485.96-
YUV205.47143.54116.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.11%
GREEN value IS 208 (81.64% from 255) = 32.96%
BLUE value IS 233 (91.41% from 255) = 36.93%
R=30.11%
G=32.96%
B=36.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902082330.180.1100.09214.8849.4382.94
HexBED0E912B09d73153
Octal276320351221301132761123
Binary10111110110100001110100110010101101001110101111100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED0E9; }

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

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

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

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

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

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

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

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