#BED9E0

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

Shades of Light Blue #BED9E0

Tints of Light Blue #BED9E0

Color information

#BED9E0 (or 0xBED9E0) is unknown color: approx Light Blue. HEX triplet: BE, D9 and E0. RGB value is (190,217,224). Sum of RGB (Red+Green+Blue) = 190+217+224=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 217 (85.16% from 255 or 34.39% from 631); Blue value is 224 (87.89% from 255 or 35.50% from 631); Max value from RGB is 224 - color contains mainly: blue. Hex color #BED9E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED9E0 is #41261F. Grayscale: #D1D1D1. Windows color (decimal): -4269600 or 14735806. OLE color: 14735806.

HSL color Cylindrical-coordinate representation of color #BED9E0: hue angle of 192.35º 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 #BED9E0 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190217224-
CMYK0.150.0300.12
HSL192.35º35.42%81.18%-
HSV(B)192.35º15.18%87.84%-
XYZ59.565.9580.12-
YUV209.72136.05113.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.11%
GREEN value IS 217 (85.16% from 255) = 34.39%
BLUE value IS 224 (87.89% from 255) = 35.50%
R=30.11%
G=34.39%
B=35.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902172240.150.0300.12192.3535.4281.18
HexBED9E0F30Cc02351
Octal27633134017301430043121
Binary10111110110110011110000011111101100110000001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED9E0; }

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

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

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

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

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

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

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

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