#BEDAEB

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

Shades of Light Blue #BEDAEB

Tints of Light Blue #BEDAEB

Color information

#BEDAEB (or 0xBEDAEB) is unknown color: approx Light Blue. HEX triplet: BE, DA and EB. RGB value is (190,218,235). Sum of RGB (Red+Green+Blue) = 190+218+235=643 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.55% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 235 - color contains mainly: blue. Hex color #BEDAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDAEB is #412514. Grayscale: #D3D3D3. Windows color (decimal): -4269333 or 15456958. OLE color: 15456958.

HSL color Cylindrical-coordinate representation of color #BEDAEB: hue angle of 202.67º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEDAEB is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190218235-
CMYK0.190.0700.08
HSL202.67º52.94%83.33%-
HSV(B)202.67º19.15%92.16%-
XYZ61.367.0988.32-
YUV211.57141.22112.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.55%
GREEN value IS 218 (85.55% from 255) = 33.90%
BLUE value IS 235 (92.19% from 255) = 36.55%
R=29.55%
G=33.90%
B=36.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902182350.190.0700.08202.6752.9483.33
HexBEDAEB13708cb3553
Octal27633235323701031365123
Binary1011111011011010111010111001111101000110010111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDAEB; }

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

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

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

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

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

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

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

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