#BED9E1

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

Shades of Light Blue #BED9E1

Tints of Light Blue #BED9E1

Color information

#BED9E1 (or 0xBED9E1) is unknown color: approx Light Blue. HEX triplet: BE, D9 and E1. RGB value is (190,217,225). Sum of RGB (Red+Green+Blue) = 190+217+225=632 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.06% from 632); Green value is 217 (85.16% from 255 or 34.34% from 632); Blue value is 225 (88.28% from 255 or 35.60% from 632); Max value from RGB is 225 - color contains mainly: blue. Hex color #BED9E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED9E1 is #41261E. Grayscale: #D1D1D1. Windows color (decimal): -4269599 or 14801342. OLE color: 14801342.

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

Color convert

RGB190217225-
CMYK0.160.0400.12
HSL193.71º36.84%81.37%-
HSV(B)193.71º15.56%88.24%-
XYZ59.6466.0180.83-
YUV209.84136.55113.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.06%
GREEN value IS 217 (85.16% from 255) = 34.34%
BLUE value IS 225 (88.28% from 255) = 35.60%
R=30.06%
G=34.34%
B=35.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902172250.160.0400.12193.7136.8481.37
HexBED9E11040Cc22551
Octal27633134120401430245121
Binary1011111011011001111000011000010001100110000101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED9E1; }

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

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

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

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

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

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

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

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