#BEDAEC

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

Shades of Light Blue #BEDAEC

Tints of Light Blue #BEDAEC

Color information

#BEDAEC (or 0xBEDAEC) is unknown color: approx Light Blue. HEX triplet: BE, DA and EC. RGB value is (190,218,236). Sum of RGB (Red+Green+Blue) = 190+218+236=644 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.50% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEDAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDAEC is #412513. Grayscale: #D3D3D3. Windows color (decimal): -4269332 or 15522494. OLE color: 15522494.

HSL color Cylindrical-coordinate representation of color #BEDAEC: hue angle of 203.48º 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 #BEDAEC is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190218236-
CMYK0.190.0800.07
HSL203.48º54.76%83.53%-
HSV(B)203.48º19.49%92.55%-
XYZ61.4567.1589.08-
YUV211.68141.72112.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.50%
GREEN value IS 218 (85.55% from 255) = 33.85%
BLUE value IS 236 (92.58% from 255) = 36.65%
R=29.50%
G=33.85%
B=36.65%

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
Decimal1902182360.190.0800.07203.4854.7683.53
HexBEDAEC13807cb3754
Octal27633235423100731367124
Binary1011111011011010111011001001110000111110010111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDAEC; }

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

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

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

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

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

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

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

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