#BED8E0

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

Shades of Light Blue #BED8E0

Tints of Light Blue #BED8E0

Color information

#BED8E0 (or 0xBED8E0) is unknown color: approx Light Blue. HEX triplet: BE, D8 and E0. RGB value is (190,216,224). Sum of RGB (Red+Green+Blue) = 190+216+224=630 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.16% from 630); Green value is 216 (84.77% from 255 or 34.29% from 630); Blue value is 224 (87.89% from 255 or 35.56% from 630); Max value from RGB is 224 - color contains mainly: blue. Hex color #BED8E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED8E0 is #41271F. Grayscale: #D1D1D1. Windows color (decimal): -4269856 or 14735550. OLE color: 14735550.

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

Color convert

RGB190216224-
CMYK0.150.0400.12
HSL194.12º35.42%81.18%-
HSV(B)194.12º15.18%87.84%-
XYZ59.2565.4480.03-
YUV209.14136.39114.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.16%
GREEN value IS 216 (84.77% from 255) = 34.29%
BLUE value IS 224 (87.89% from 255) = 35.56%
R=30.16%
G=34.29%
B=35.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902162240.150.0400.12194.1235.4281.18
HexBED8E0F40Cc22351
Octal27633034017401430243121
Binary101111101101100011100000111110001100110000101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED8E0; }

 p { color: rgb(190,216,224); }

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

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

 a { background-color: rgb(190,216,224); }

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

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

 span { border-color: rgb(190,216,224); }

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