#BEDBE9

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

Shades of Light Blue #BEDBE9

Tints of Light Blue #BEDBE9

Color information

#BEDBE9 (or 0xBEDBE9) is unknown color: approx Light Blue. HEX triplet: BE, DB and E9. RGB value is (190,219,233). Sum of RGB (Red+Green+Blue) = 190+219+233=642 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.60% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 233 (91.41% from 255 or 36.29% from 642); Max value from RGB is 233 - color contains mainly: blue. Hex color #BEDBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDBE9 is #412416. Grayscale: #D3D3D3. Windows color (decimal): -4269079 or 15326142. OLE color: 15326142.

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

Color convert

RGB190219233-
CMYK0.180.0600.09
HSL199.53º49.43%82.94%-
HSV(B)199.53º18.45%91.37%-
XYZ61.2767.4986.89-
YUV211.92139.89112.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.60%
GREEN value IS 219 (85.94% from 255) = 34.11%
BLUE value IS 233 (91.41% from 255) = 36.29%
R=29.60%
G=34.11%
B=36.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902192330.180.0600.09199.5349.4382.94
HexBEDBE912609c83153
Octal27633335122601131061123
Binary1011111011011011111010011001011001001110010001100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDBE9; }

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

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

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

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

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

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

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

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