#BED7E0

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

Shades of Light Blue #BED7E0

Tints of Light Blue #BED7E0

Color information

#BED7E0 (or 0xBED7E0) is unknown color: approx Light Blue. HEX triplet: BE, D7 and E0. RGB value is (190,215,224). Sum of RGB (Red+Green+Blue) = 190+215+224=629 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.21% from 629); Green value is 215 (84.38% from 255 or 34.18% from 629); Blue value is 224 (87.89% from 255 or 35.61% from 629); Max value from RGB is 224 - color contains mainly: blue. Hex color #BED7E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED7E0 is #41281F. Grayscale: #D0D0D0. Windows color (decimal): -4270112 or 14735294. OLE color: 14735294.

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

Color convert

RGB190215224-
CMYK0.150.0400.12
HSL195.88º35.42%81.18%-
HSV(B)195.88º15.18%87.84%-
XYZ58.9964.9379.94-
YUV208.55136.72114.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.21%
GREEN value IS 215 (84.38% from 255) = 34.18%
BLUE value IS 224 (87.89% from 255) = 35.61%
R=30.21%
G=34.18%
B=35.61%

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
Decimal1902152240.150.0400.12195.8835.4281.18
HexBED7E0F40Cc42351
Octal27632734017401430443121
Binary101111101101011111100000111110001100110001001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED7E0; }

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

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

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

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

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

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

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

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