#BED6DD

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

Shades of Light Blue #BED6DD

Tints of Light Blue #BED6DD

Color information

#BED6DD (or 0xBED6DD) is unknown color: approx Light Blue. HEX triplet: BE, D6 and DD. RGB value is (190,214,221). Sum of RGB (Red+Green+Blue) = 190+214+221=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 221 - color contains mainly: blue. Hex color #BED6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED6DD is #412922. Grayscale: #CFCFCF. Windows color (decimal): -4270371 or 14538430. OLE color: 14538430.

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

Color convert

RGB190214221-
CMYK0.140.0300.13
HSL193.55º31.31%80.59%-
HSV(B)193.55º14.03%86.67%-
XYZ58.3364.2677.74-
YUV207.62135.55115.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.4%
GREEN value IS 214 (83.98% from 255) = 34.24%
BLUE value IS 221 (86.72% from 255) = 35.36%
R=30.4%
G=34.24%
B=35.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902142210.140.0300.13193.5531.3180.59
HexBED6DDE30Dc21f51
Octal27632633516301530237121
Binary1011111011010110110111011110110110111000010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED6DD; }

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

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

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

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

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

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

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

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