#BEDAE4

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

Shades of Light Blue #BEDAE4

Tints of Light Blue #BEDAE4

Color information

#BEDAE4 (or 0xBEDAE4) is unknown color: approx Light Blue. HEX triplet: BE, DA and E4. RGB value is (190,218,228). Sum of RGB (Red+Green+Blue) = 190+218+228=636 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.87% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 228 (89.45% from 255 or 35.85% from 636); Max value from RGB is 228 - color contains mainly: blue. Hex color #BEDAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDAE4 is #41251B. Grayscale: #D2D2D2. Windows color (decimal): -4269340 or 14998206. OLE color: 14998206.

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

Color convert

RGB190218228-
CMYK0.170.0400.11
HSL195.79º41.3%81.96%-
HSV(B)195.79º16.67%89.41%-
XYZ60.3166.6983.09-
YUV210.77137.72113.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.87%
GREEN value IS 218 (85.55% from 255) = 34.28%
BLUE value IS 228 (89.45% from 255) = 35.85%
R=29.87%
G=34.28%
B=35.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1902182280.170.0400.11195.7941.381.96
HexBEDAE41140Bc42952
Octal27633234421401330451122
Binary1011111011011010111001001000110001011110001001010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDAE4; }

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

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

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

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

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

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

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

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