#BEDAE3

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

Shades of Light Blue #BEDAE3

Tints of Light Blue #BEDAE3

Color information

#BEDAE3 (or 0xBEDAE3) is unknown color: approx Light Blue. HEX triplet: BE, DA and E3. RGB value is (190,218,227). Sum of RGB (Red+Green+Blue) = 190+218+227=635 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.92% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 227 (89.06% from 255 or 35.75% from 635); Max value from RGB is 227 - color contains mainly: blue. Hex color #BEDAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDAE3 is #41251C. Grayscale: #D2D2D2. Windows color (decimal): -4269341 or 14932670. OLE color: 14932670.

HSL color Cylindrical-coordinate representation of color #BEDAE3: hue angle of 194.59º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEDAE3 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB190218227-
CMYK0.160.0400.11
HSL194.59º39.78%81.76%-
HSV(B)194.59º16.3%89.02%-
XYZ60.1766.6482.36-
YUV210.65137.22113.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.92%
GREEN value IS 218 (85.55% from 255) = 34.33%
BLUE value IS 227 (89.06% from 255) = 35.75%
R=29.92%
G=34.33%
B=35.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1902182270.160.0400.11194.5939.7881.76
HexBEDAE31040Bc32852
Octal27633234320401330350122
Binary1011111011011010111000111000010001011110000111010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDAE3; }

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

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

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

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

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

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

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

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