#BED6DE

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

Shades of Light Blue #BED6DE

Tints of Light Blue #BED6DE

Color information

#BED6DE (or 0xBED6DE) is unknown color: approx Light Blue. HEX triplet: BE, D6 and DE. RGB value is (190,214,222). Sum of RGB (Red+Green+Blue) = 190+214+222=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 214 (83.98% from 255 or 34.19% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 222 - color contains mainly: blue. Hex color #BED6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED6DE is #412921. Grayscale: #CFCFCF. Windows color (decimal): -4270370 or 14603966. OLE color: 14603966.

HSL color Cylindrical-coordinate representation of color #BED6DE: hue angle of 195º 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 #BED6DE is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190214222-
CMYK0.140.0400.13
HSL195º32.65%80.78%-
HSV(B)195º14.41%87.06%-
XYZ58.4764.3178.44-
YUV207.74136.05115.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.35%
GREEN value IS 214 (83.98% from 255) = 34.19%
BLUE value IS 222 (87.11% from 255) = 35.46%
R=30.35%
G=34.19%
B=35.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902142220.140.0400.1319532.6580.78
HexBED6DEE40Dc32151
Octal27632633616401530341121
Binary101111101101011011011110111010001101110000111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED6DE; }

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

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

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

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

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

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

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

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