#BEDBE7

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

Shades of Light Blue #BEDBE7

Tints of Light Blue #BEDBE7

Color information

#BEDBE7 (or 0xBEDBE7) is unknown color: approx Light Blue. HEX triplet: BE, DB and E7. RGB value is (190,219,231). Sum of RGB (Red+Green+Blue) = 190+219+231=640 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.69% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 231 (90.62% from 255 or 36.09% from 640); Max value from RGB is 231 - color contains mainly: blue. Hex color #BEDBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDBE7 is #412418. Grayscale: #D3D3D3. Windows color (decimal): -4269081 or 15195070. OLE color: 15195070.

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

Color convert

RGB190219231-
CMYK0.180.0500.09
HSL197.56º46.07%82.55%-
HSV(B)197.56º17.75%90.59%-
XYZ60.9967.3885.39-
YUV211.7138.89112.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.69%
GREEN value IS 219 (85.94% from 255) = 34.22%
BLUE value IS 231 (90.62% from 255) = 36.09%
R=29.69%
G=34.22%
B=36.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902192310.180.0500.09197.5646.0782.55
HexBEDBE712509c62e53
Octal27633334722501130656123
Binary1011111011011011111001111001010101001110001101011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDBE7; }

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

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

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

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

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

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

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

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