#BED8EA

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

Shades of Light Blue #BED8EA

Tints of Light Blue #BED8EA

Color information

#BED8EA (or 0xBED8EA) is unknown color: approx Light Blue. HEX triplet: BE, D8 and EA. RGB value is (190,216,234). Sum of RGB (Red+Green+Blue) = 190+216+234=640 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.69% from 640); Green value is 216 (84.77% from 255 or 33.75% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 234 - color contains mainly: blue. Hex color #BED8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED8EA is #412715. Grayscale: #D2D2D2. Windows color (decimal): -4269846 or 15390910. OLE color: 15390910.

HSL color Cylindrical-coordinate representation of color #BED8EA: hue angle of 204.55º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BED8EA is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190216234-
CMYK0.190.0800.08
HSL204.55º51.16%83.14%-
HSV(B)204.55º18.8%91.76%-
XYZ60.646687.38-
YUV210.28141.39113.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.69%
GREEN value IS 216 (84.77% from 255) = 33.75%
BLUE value IS 234 (91.80% from 255) = 36.56%
R=29.69%
G=33.75%
B=36.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902162340.190.0800.08204.5551.1683.14
HexBED8EA13808cd3353
Octal276330352231001031563123
Binary10111110110110001110101010011100001000110011011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED8EA; }

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

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

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

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

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

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

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

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