#BEDBEA

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

Shades of Light Blue #BEDBEA

Tints of Light Blue #BEDBEA

Color information

#BEDBEA (or 0xBEDBEA) is unknown color: approx Light Blue. HEX triplet: BE, DB and EA. RGB value is (190,219,234). Sum of RGB (Red+Green+Blue) = 190+219+234=643 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.55% from 643); Green value is 219 (85.94% from 255 or 34.06% from 643); Blue value is 234 (91.80% from 255 or 36.39% from 643); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEDBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDBEA is #412415. Grayscale: #D3D3D3. Windows color (decimal): -4269078 or 15391678. OLE color: 15391678.

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

Color convert

RGB190219234-
CMYK0.190.0600.08
HSL200.45º51.16%83.14%-
HSV(B)200.45º18.8%91.76%-
XYZ61.4267.5587.64-
YUV212.04140.39112.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.55%
GREEN value IS 219 (85.94% from 255) = 34.06%
BLUE value IS 234 (91.80% from 255) = 36.39%
R=29.55%
G=34.06%
B=36.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902192340.190.0600.08200.4551.1683.14
HexBEDBEA13608c83353
Octal27633335223601031063123
Binary1011111011011011111010101001111001000110010001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDBEA; }

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

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

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

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

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

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

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

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