#BED3E1

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

Shades of Light Blue #BED3E1

Tints of Light Blue #BED3E1

Color information

#BED3E1 (or 0xBED3E1) is unknown color: approx Light Blue. HEX triplet: BE, D3 and E1. RGB value is (190,211,225). Sum of RGB (Red+Green+Blue) = 190+211+225=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 211 (82.81% from 255 or 33.71% from 626); Blue value is 225 (88.28% from 255 or 35.94% from 626); Max value from RGB is 225 - color contains mainly: blue. Hex color #BED3E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED3E1 is #412C1E. Grayscale: #CECECE. Windows color (decimal): -4271135 or 14799806. OLE color: 14799806.

HSL color Cylindrical-coordinate representation of color #BED3E1: hue angle of 204º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BED3E1 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190211225-
CMYK0.160.0600.12
HSL204º36.84%81.37%-
HSV(B)204º15.56%88.24%-
XYZ58.1262.9780.33-
YUV206.32138.54116.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.35%
GREEN value IS 211 (82.81% from 255) = 33.71%
BLUE value IS 225 (88.28% from 255) = 35.94%
R=30.35%
G=33.71%
B=35.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902112250.160.0600.1220436.8481.37
HexBED3E11060Ccc2551
Octal27632334120601431445121
Binary1011111011010011111000011000011001100110011001001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED3E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED3E1; }

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

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

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

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

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

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

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

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