#BED8E9

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

Shades of Light Blue #BED8E9

Tints of Light Blue #BED8E9

Color information

#BED8E9 (or 0xBED8E9) is unknown color: approx Light Blue. HEX triplet: BE, D8 and E9. RGB value is (190,216,233). Sum of RGB (Red+Green+Blue) = 190+216+233=639 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.73% from 639); Green value is 216 (84.77% from 255 or 33.80% from 639); Blue value is 233 (91.41% from 255 or 36.46% from 639); Max value from RGB is 233 - color contains mainly: blue. Hex color #BED8E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED8E9 is #412716. Grayscale: #D2D2D2. Windows color (decimal): -4269847 or 15325374. OLE color: 15325374.

HSL color Cylindrical-coordinate representation of color #BED8E9: hue angle of 203.72º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BED8E9 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB190216233-
CMYK0.180.0700.09
HSL203.72º49.43%82.94%-
HSV(B)203.72º18.45%91.37%-
XYZ60.565.9486.63-
YUV210.16140.89113.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.73%
GREEN value IS 216 (84.77% from 255) = 33.80%
BLUE value IS 233 (91.41% from 255) = 36.46%
R=29.73%
G=33.80%
B=36.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902162330.180.0700.09203.7249.4382.94
HexBED8E912709cc3153
Octal27633035122701131461123
Binary1011111011011000111010011001011101001110011001100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED8E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED8E9; }

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

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

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

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

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

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

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

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