#BED9EC

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

Shades of Light Blue #BED9EC

Tints of Light Blue #BED9EC

Color information

#BED9EC (or 0xBED9EC) is unknown color: approx Light Blue. HEX triplet: BE, D9 and EC. RGB value is (190,217,236). Sum of RGB (Red+Green+Blue) = 190+217+236=643 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.55% from 643); Green value is 217 (85.16% from 255 or 33.75% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: blue. Hex color #BED9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED9EC is #412613. Grayscale: #D2D2D2. Windows color (decimal): -4269588 or 15522238. OLE color: 15522238.

HSL color Cylindrical-coordinate representation of color #BED9EC: hue angle of 204.78º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BED9EC is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190217236-
CMYK0.190.0800.07
HSL204.78º54.76%83.53%-
HSV(B)204.78º19.49%92.55%-
XYZ61.1966.6388.99-
YUV211.09142.05112.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.55%
GREEN value IS 217 (85.16% from 255) = 33.75%
BLUE value IS 236 (92.58% from 255) = 36.70%
R=29.55%
G=33.75%
B=36.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902172360.190.0800.07204.7854.7683.53
HexBED9EC13807cd3754
Octal27633135423100731567124
Binary1011111011011001111011001001110000111110011011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED9EC; }

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

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

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

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

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

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

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

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