#BED3EA

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

Shades of Periwinkle #BED3EA

Tints of Periwinkle #BED3EA

Color information

#BED3EA (or 0xBED3EA) is unknown color: approx Periwinkle. HEX triplet: BE, D3 and EA. RGB value is (190,211,234). Sum of RGB (Red+Green+Blue) = 190+211+234=635 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.92% from 635); Green value is 211 (82.81% from 255 or 33.23% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #BED3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED3EA is #412C15. Grayscale: #CFCFCF. Windows color (decimal): -4271126 or 15389630. OLE color: 15389630.

HSL color Cylindrical-coordinate representation of color #BED3EA: hue angle of 211.36º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BED3EA is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190211234-
CMYK0.190.1000.08
HSL211.36º51.16%83.14%-
HSV(B)211.36º18.8%91.76%-
XYZ59.3863.4886.96-
YUV207.34143.04115.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.92%
GREEN value IS 211 (82.81% from 255) = 33.23%
BLUE value IS 234 (91.80% from 255) = 36.85%
R=29.92%
G=33.23%
B=36.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902112340.190.1000.08211.3651.1683.14
HexBED3EA13A08d33353
Octal276323352231201032363123
Binary10111110110100111110101010011101001000110100111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED3EA; }

 p { color: rgb(190,211,234); }

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

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

 a { background-color: rgb(190,211,234); }

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

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

 span { border-color: rgb(190,211,234); }

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