#BEDAEE

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

Shades of Light Blue #BEDAEE

Tints of Light Blue #BEDAEE

Color information

#BEDAEE (or 0xBEDAEE) is unknown color: approx Light Blue. HEX triplet: BE, DA and EE. RGB value is (190,218,238). Sum of RGB (Red+Green+Blue) = 190+218+238=646 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.41% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 238 (93.36% from 255 or 36.84% from 646); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEDAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDAEE is #412511. Grayscale: #D3D3D3. Windows color (decimal): -4269330 or 15653566. OLE color: 15653566.

HSL color Cylindrical-coordinate representation of color #BEDAEE: hue angle of 205º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEDAEE is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190218238-
CMYK0.200.0800.07
HSL205º58.54%83.92%-
HSV(B)205º20.17%93.33%-
XYZ61.7467.2690.62-
YUV211.91142.72112.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.41%
GREEN value IS 218 (85.55% from 255) = 33.75%
BLUE value IS 238 (93.36% from 255) = 36.84%
R=29.41%
G=33.75%
B=36.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902182380.200.0800.0720558.5483.92
HexBEDAEE14807cd3b54
Octal27633235624100731573124
Binary1011111011011010111011101010010000111110011011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDAEE; }

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

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

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

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

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

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

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

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