#BED3DE

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

Shades of Light Blue #BED3DE

Tints of Light Blue #BED3DE

Color information

#BED3DE (or 0xBED3DE) is unknown color: approx Light Blue. HEX triplet: BE, D3 and DE. RGB value is (190,211,222). Sum of RGB (Red+Green+Blue) = 190+211+222=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 211 (82.81% from 255 or 33.87% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 222 - color contains mainly: blue. Hex color #BED3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED3DE is #412C21. Grayscale: #CDCDCD. Windows color (decimal): -4271138 or 14603198. OLE color: 14603198.

HSL color Cylindrical-coordinate representation of color #BED3DE: hue angle of 200.62º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BED3DE is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190211222-
CMYK0.140.0500.13
HSL200.62º32.65%80.78%-
HSV(B)200.62º14.41%87.06%-
XYZ57.7162.8178.19-
YUV205.98137.04116.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.50%
GREEN value IS 211 (82.81% from 255) = 33.87%
BLUE value IS 222 (87.11% from 255) = 35.63%
R=30.50%
G=33.87%
B=35.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902112220.140.0500.13200.6232.6580.78
HexBED3DEE50Dc92151
Octal27632333616501531141121
Binary101111101101001111011110111010101101110010011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED3DE; }

 p { color: rgb(190,211,222); }

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

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

 a { background-color: rgb(190,211,222); }

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

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

 span { border-color: rgb(190,211,222); }

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