#BED3DC

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

Shades of Light Blue #BED3DC

Tints of Light Blue #BED3DC

Color information

#BED3DC (or 0xBED3DC) is unknown color: approx Light Blue. HEX triplet: BE, D3 and DC. RGB value is (190,211,220). Sum of RGB (Red+Green+Blue) = 190+211+220=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 211 (82.81% from 255 or 33.98% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 220 - color contains mainly: blue. Hex color #BED3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED3DC is #412C23. Grayscale: #CDCDCD. Windows color (decimal): -4271140 or 14472126. OLE color: 14472126.

HSL color Cylindrical-coordinate representation of color #BED3DC: hue angle of 198º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BED3DC is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB190211220-
CMYK0.140.0400.14
HSL198º30%80.39%-
HSV(B)198º13.64%86.27%-
XYZ57.4562.776.79-
YUV205.75136.04116.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.60%
GREEN value IS 211 (82.81% from 255) = 33.98%
BLUE value IS 220 (86.33% from 255) = 35.43%
R=30.60%
G=33.98%
B=35.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902112200.140.0400.141983080.39
HexBED3DCE40Ec61e50
Octal27632333416401630636120
Binary10111110110100111101110011101000111011000110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED3DC; }

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

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

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

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

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

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

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

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