#BED5DE

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

Shades of Light Blue #BED5DE

Tints of Light Blue #BED5DE

Color information

#BED5DE (or 0xBED5DE) is unknown color: approx Light Blue. HEX triplet: BE, D5 and DE. RGB value is (190,213,222). Sum of RGB (Red+Green+Blue) = 190+213+222=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 213 (83.59% from 255 or 34.08% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 222 - color contains mainly: blue. Hex color #BED5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED5DE is #412A21. Grayscale: #CFCFCF. Windows color (decimal): -4270626 or 14603710. OLE color: 14603710.

HSL color Cylindrical-coordinate representation of color #BED5DE: hue angle of 196.88º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BED5DE is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190213222-
CMYK0.140.0400.13
HSL196.88º32.65%80.78%-
HSV(B)196.88º14.41%87.06%-
XYZ58.2163.8178.36-
YUV207.15136.38115.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.4%
GREEN value IS 213 (83.59% from 255) = 34.08%
BLUE value IS 222 (87.11% from 255) = 35.52%
R=30.4%
G=34.08%
B=35.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902132220.140.0400.13196.8832.6580.78
HexBED5DEE40Dc52151
Octal27632533616401530541121
Binary101111101101010111011110111010001101110001011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED5DE; }

 p { color: rgb(190,213,222); }

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

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

 a { background-color: rgb(190,213,222); }

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

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

 span { border-color: rgb(190,213,222); }

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