#BEDAE7

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

Shades of Light Blue #BEDAE7

Tints of Light Blue #BEDAE7

Color information

#BEDAE7 (or 0xBEDAE7) is unknown color: approx Light Blue. HEX triplet: BE, DA and E7. RGB value is (190,218,231). Sum of RGB (Red+Green+Blue) = 190+218+231=639 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.73% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 231 (90.62% from 255 or 36.15% from 639); Max value from RGB is 231 - color contains mainly: blue. Hex color #BEDAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDAE7 is #412518. Grayscale: #D3D3D3. Windows color (decimal): -4269337 or 15194814. OLE color: 15194814.

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

Color convert

RGB190218231-
CMYK0.180.0600.09
HSL199.02º46.07%82.55%-
HSV(B)199.02º17.75%90.59%-
XYZ60.7366.8685.31-
YUV211.11139.22112.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.73%
GREEN value IS 218 (85.55% from 255) = 34.12%
BLUE value IS 231 (90.62% from 255) = 36.15%
R=29.73%
G=34.12%
B=36.15%

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
Decimal1902182310.180.0600.09199.0246.0782.55
HexBEDAE712609c72e53
Octal27633234722601130756123
Binary1011111011011010111001111001011001001110001111011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDAE7; }

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

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

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

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

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

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

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

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